Make trash support optional (#1572)

This commit is contained in:
Jonathan Turner
2020-04-11 18:53:53 +12:00
committed by GitHub
parent 8ac9d781fd
commit 8e7e8c17e1
4 changed files with 30 additions and 13 deletions

View File

@@ -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>,
}