Skip to content

v0.2.2

Latest

Choose a tag to compare

@pi0 pi0 released this 01 Apr 18:26

compare changes

πŸš€ Enhancements

  • Support subcommand aliases (#236)
  • Add plugin system (#238)
  • Support default sub command (#156)

🩹 Fixes

  • main: Allow user-defined -h, --help, -v, --version args (#234)
  • Resolve alias value over default (#228)
  • Subcommand resolution incorrectly consumes flag values (#231)
  • Coerce parsed arg values to match declared types (#239)

πŸ’… Refactors

  • Improve usage tips (#198)

πŸ“– Documentation

  • Add usage section (#70)
  • Add example setup and cleanup option (#188)

βœ… Tests

  • Reproduce issue with short option (alias) and = (#230)
  • parser: Add regression tests for hyphen-prefixed string values (#171)

❀️ Contributors