Skip to content

Sloppy matching for subcommands

Compare
Choose a tag to compare
@c-blake c-blake released this 25 Apr 10:13
· 1498 commits to master since this release

This release adds both CLI-style insensitivity (kebab/camel/snake collapse) and unambiguous prefix matching to subcommand names. So, now it works for all 3 major sets of keywords CLI users use - long options, enum values, and subcommands.