| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
| |
This commit also fixes all of the new lints that arose because of the bump.
|
| | |
|
| | |
|
| |
|
|
| |
This change makes clippy **a lot** more strict.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|