What's Changed
Help
command displays readable headers and text- Use of string interpolation and const keyword where possible to improve readability and efficiency.
- Splitting the
Rename
method into two separate methods,RenameFiles
andTryRename
, for better separation of responsibilities. - Replaced
ArgumentHandler
method withHandleArguments
method which has a return type, making it easier to handle-h
cases by @rsadwick in #11. - Using enum directly instead of string for the filter level.
- added LICENSE by @rsadwick in #10
Full Changelog: v0.1.4...v0.1.5