0.1.5 (2026-04-17)
Features
- external_subcommands (plugin-style dispatchers) (#44) (8c35224)
- PowerShell completion generation (#43) (5919b94)
Bug Fixes
- include subcommand path in usage line, drop bogus [-- <args>...] (#42) (58017ea)
- render option names as kebab-case + warn on empty version (#40) (91cde25)
0.1.4 (2026-04-10)
Features
- add display_order and help_heading (#32) (5ac1e82)
- infer subcommands from unique prefixes (#34) (90d456f)
- per-option constraints and conditional required (#35) (c70fbb3), closes #19 #18
0.1.3 (2026-04-05)
Features
- add 5 quick-win features from clap parity analysis (#30) (626bd7d)
- add clap parity batch 1 -- 6 new features (#29) (10aabb1)
- support
helpsubcommand for displaying subcommand help (#7) (8431c54)