Releases: 2aronS/cli-forge
Releases · 2aronS/cli-forge
Release list
v0.2.0
- added support for nested subcommands with auto-generated help text
- fixed argument parsing bug when using quoted strings with spaces
- refactored command registry to use hash map instead of linear search
- new
--jsonflag for machine-readable output across all commands - improved error messages to show command suggestions for typos
v0.1.0
- initial release of cli-forge framework
- command parsing with subcommands and flag support
- built-in help generation and error handling
- colorized terminal output using ANSI codes
- refactored internal parser to use zero-copy string slicing
- fixed panic when no arguments provided