trash-cli icon indicating copy to clipboard operation
trash-cli copied to clipboard

Feature request: Quiet mode

Open PaulXiCao opened this issue 6 years ago • 0 comments

It would be useful for me to have a commandline argument such that warnings are suppressed.

In my example I use a makefile to remove some auxiliary files which are not always there and thus, I get the warning

trash: cannot trash non existent 'src/*.mod'

I'd like a feature like trash -q <file> for quiet mode.

PaulXiCao avatar Mar 27 '19 10:03 PaulXiCao