Uh oh!
There was an error while loading. Please reload this page.
v0.1.13
Release Notes (from CHANGELOG.md)
Improved
- CLI Help Documentation: Comprehensive help text added for all command-line options
- Added descriptive help messages for all CLI parameters including
--output,--format,--analysis-level, etc. - Enhanced user experience with clear option descriptions in
--helpoutput - Improved CLI parameter organization using
Annotatedtype hints for better maintainability - Added case-insensitive support for
--formatoption - Updated verbosity option help to clearly indicate multiple usage (
-v,-vv,-vvv)
- Added descriptive help messages for all CLI parameters including
Technical Details
- Refactored CLI function signature to use consistent
Annotatedtype hint pattern - Added comprehensive help text for all 12 command-line options
- Improved code organization and type safety in CLI parameter definitions