Releases: d7omdev/config-files-manager
Releases · d7omdev/config-files-manager
0.1.0
Improved Error Handling and Command Line Options
In this release, I've introduced new command line options and improved error handling:
New command line options:
--add
or-a
: Add a new configuration file.--list
or-l
: List all configuration files.--remove
or-r
: Remove a configuration file.--update
or-u
: Update a configuration file.--backup
or-b
: Backup options.--set-editor
or-s
: Set the text editor.--help
or-h
: Show help.
Improved error handling: More detailed error messages for better troubleshooting.
Enjoy the enhanced usability of Config Files Manager!
What's Changed
- Version Packages by @github-actions in #3
Full Changelog: v0.0.4...v0.1.0