v1.3.0 - Major CLI Enhancements
This release brings a significant overhaul to our command-line interface (CLI), making it more user-friendly, robust, and ready for future expansion. We've upgraded from manual argument parsing to the powerful Click library.
Here's what's new:
- Improved Argument Handling: By leveraging Click, the CLI now offers more reliable and intuitive argument parsing, along with automatic help generation and better error handling.
- Enhanced Help Text: We've beefed up the help text for both the
pathargument and the--outputoption. You'll now find practical usage examples, making it much easier to understand how to use these features.