aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_prompt/src
Commit message (Collapse)AuthorAgeFilesLines
* fix(whirl_prompt): clippy warningsFuwn2021-07-312-1/+3
|
* fix(whirl_prompt): register single char input as nullFuwn2021-07-241-1/+1
| | | | | | | | | When entering inputs with a single character, the input would not register as a null command so no "command not found" error would be produced. Now it will produce the error. In the future, it would be smart to replace this mechanism with an iterator over a commands list.
* feat(whirl_prompt): whirl mode in fetch builtinFuwn2021-07-243-9/+40
|
* feat(prompt): create clear commandFuwn2021-06-154-1/+12
|
* style(global): fix license specFuwn2021-06-145-5/+5
|
* fix(global): doc styling for all cratesFuwn2021-06-101-0/+4
|
* refactor(config): rename `Whirl.toml` to `Config.toml`Fuwn2021-06-092-2/+2
| | | | | | | Since the configuration file is in the `.whirl` directory, it is redundant to have it's name still as `Whirl.toml` BREAKING CHANGE: Configuration file is renamed
* build(global): bump toolchain releaseFuwn2021-06-052-6/+4
| | | | This commit also fixes all of the new lints that arose because of the bump.
* fix(global): a lot of clippy warningsFuwn2021-05-283-37/+36
| | | | This change makes clippy **a lot** more strict.
* docs(global): spelling corrections, global docsFuwn2021-05-231-0/+2
|
* refactor(prompt): move builtins constants to builtins moduleFuwn2021-05-233-3/+2
|
* refactor(config): deprecate refresh methodFuwn2021-05-232-3/+3
|
* docs(global): more documentationFuwn2021-05-231-0/+1
|
* refactor(global): move crates around, stricter module isolationFuwn2021-05-205-0/+321