1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00

rmdir: Add -v option to list each directory as it is removed

This commit is contained in:
Tim Ledbetter 2023-06-19 18:20:32 +01:00 committed by Jelle Raaijmakers
parent 307dc00ee0
commit cba46a2d64
2 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,7 @@ Remove given `directory(ies)`, if they are empty
## Options
* `-p`, `--parents`: Remove all directories in each given path
* `-v`, `--verbose`: List each directory as it is removed
## Arguments