careful_rm icon indicating copy to clipboard operation
careful_rm copied to clipboard

Empty directory option not handled

Open bmorcos opened this issue 4 years ago • 0 comments

Passing in -d still prompts to include the -r flag despite the target directory being empty. For example:

$ mkdir empty
$ rm -d empty
Directories ['empty'] included but -r not sent

Add -r, ignore dirs, or cancel? [add/ignore/CANCEL] ignore

No files or folders to delete

bmorcos avatar Apr 14 '21 13:04 bmorcos