Rename `ls` command to `list`
[?]
Apr 8, 2021, 1:44 PM
LBVUI6AXIWB5RDRK5ECT6HQANLONXJVRHCTS54USSBXA2R4J6IWACDependencies
- [2]
W5HHTRPKRename the `mv` command to `move` - [3]
EEOOHGQQMore atomic "file moves+transaction" - [4]
KWAMD2KRA few fixes in the documentation comments - [5]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [6]
AEPEFS7OWrite help for each argument - [7]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [8]
JWTT77WJAdd help on subcommands - [9]
4H2XTVJ2Fix some mistakes in the docs - [10]
62XVBWPYremove redundant Clap attributes - [11]
TZVUNELWDocumentation comments
Change contents
- replacement in pijul/src/main.rs at line 72
Ls(Ls),List(List), - replacement in pijul/src/main.rs at line 201
SubCommand::Ls(ls) => ls.run().await,SubCommand::List(list) => list.run().await, - replacement in pijul/src/commands/file_operations.rs at line 88
pub struct Ls {pub struct List { - replacement in pijul/src/commands/file_operations.rs at line 94
impl Ls {impl List {