Releases: MasoudFallahpour/Demolisher
Releases · MasoudFallahpour/Demolisher
Fifth beta release
This release adds two new features:
- Exit status: when everything goes well and no error occurs Demolisher returns 0 to indicate the error-free run. If anything goes sour Demolisher returns 1.
- Depth option: by using -d or --depth option it's possible to indicate how many levels of directories (at most ) to traverse
Fourth beta release
Two major changes in this release:
- A new option is added. By using -i or --interactive a prompt is displayed before deleting each file.
- Entering a filename with extension is different from one without extension in the list of filenames to be deleted. When filename has extension then only files with that exact name and extension are deleted. When no extension is entered then all files with specified name are deleted regardless of their extension.
Third beta release
This release adds a help option (-h or --help) and improves the logic of program.
Second beta release
Two options are added. First one is --version which displays information about program. Second option is --verbose (or -v for short) which displays some more information when deleting files.
The very first bright and shiny release!
0.1 Initial commit