Skip to content

Releases: 2aronS/cli-forge

Release list

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@2aronS 2aronS released this 19 May 11:58
  • 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 --json flag for machine-readable output across all commands
  • improved error messages to show command suggestions for typos

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@2aronS 2aronS released this 19 May 11:58
  • 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