Rename the `mv` command to `move`
[?]
Apr 8, 2021, 1:41 PM
W5HHTRPKKM4D5CTW3CKQVPVQZUAYCL5HRC5JUDBAYRX5EZ7NWH2QCDependencies
- [2]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [3]
KWAMD2KRA few fixes in the documentation comments - [4]
L4JXJHWXpijul/*: reorganize imports and remove extern crate - [5]
4H2XTVJ2Fix some mistakes in the docs - [6]
62XVBWPYremove redundant Clap attributes - [7]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [8]
JWTT77WJAdd help on subcommands - [9]
AEPEFS7OWrite help for each argument
Change contents
- replacement in pijul/src/main.rs at line 69
Mv(Mv),Move(Move), - replacement in pijul/src/main.rs at line 200
SubCommand::Mv(mv) => mv.run().await,SubCommand::Move(move_cmd) => move_cmd.run().await, - replacement in pijul/src/commands/file_operations.rs at line 12
pub struct Mv {pub struct Move { - replacement in pijul/src/commands/file_operations.rs at line 23
impl Mv {impl Move {