We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb426d commit 53b3959Copy full SHA for 53b3959
src/args.rs
@@ -12,7 +12,7 @@ pub struct Args {
12
pub command: Option<Commands>,
13
14
/// Don't put the file in trash, remove it permanently
15
- #[arg(short = 'i', long, global = false)]
+ #[arg(short = 'p', long, global = false)]
16
pub permanent: bool,
17
18
/// Remove directories and their contents recursively
0 commit comments