-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
|
||||
#[structopt(long = "recursive", short = "r")]
|
||||
recursive: bool,
|
||||
|
||||
/// -f to stay compatible with GNU rm
|
||||
#[structopt(long = "force", short = "f")]
|
||||
force: bool,
|
||||
},
|
||||
|
||||
#[structopt(name = "restore")]
|
||||
|
|
Loading…
Reference in a new issue