mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 19:28:50 +02:00
Make trash support optional (#1572)
This commit is contained in:
@@ -12,6 +12,7 @@ pub struct Remove;
|
||||
pub struct RemoveArgs {
|
||||
pub rest: Vec<Tagged<PathBuf>>,
|
||||
pub recursive: Tagged<bool>,
|
||||
#[allow(unused)]
|
||||
pub trash: Tagged<bool>,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user