This patch release fixes an important bug in argument parsing when using default_subcommand with nested subcommands.
Bug Fixes
- Fixed nested subcommand parsing after default_subcommand switch - Previously, when a spec used
default_subcommandand the command had nested subcommands, parsing could fail or produce incorrect results. This is now handled correctly. (#469)
For more information, see the usage documentation.