Short-form commands for `move`, `list` and `remove` Re-introduce the short-form commands for `mv` and `ls` and for good measure `rm` (for `remove`).
[?]
Apr 8, 2021, 2:56 PM
VB4XORVFTLAFQYHRPPD64ZDDSHO2HZSHCPTM4Z7PF2XHTTCS7MAACDependencies
- [2]
KQMYXYTSFix typo - [3]
LBVUI6AXRename `ls` command to `list` - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [*]
JWTT77WJAdd help on subcommands - [*]
W5HHTRPKRename the `mv` command to `move`
Change contents
- edit in pijul/src/main.rs at line 69[6.496][7.0]
#[clap(alias = "mv")] - edit in pijul/src/main.rs at line 73
#[clap(alias = "ls")] - edit in pijul/src/main.rs at line 83
#[clap(alias = "rm")]