-f
This commit is contained in:
parent
deb48ee511
commit
31c7dd0804
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ enum Command {
|
||||||
/// Trashes directories recursively
|
/// Trashes directories recursively
|
||||||
#[structopt(long = "recursive", short = "r")]
|
#[structopt(long = "recursive", short = "r")]
|
||||||
recursive: bool,
|
recursive: bool,
|
||||||
|
|
||||||
|
/// -f to stay compatible with GNU rm
|
||||||
|
#[structopt(long = "force", short = "f")]
|
||||||
|
force: bool,
|
||||||
},
|
},
|
||||||
|
|
||||||
#[structopt(name = "restore")]
|
#[structopt(name = "restore")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue