- Fix typo in GNU option message (GH-75)
- Fix Choice's default toVariant (GH-77)
- Enable HMPP with compatibility metadata variant (GH-83)
- Fix to report correct exit code in case of non-parsable input (GH-66)
- Added option to strict order of subcommands and their parameters(GH-55)
- Removed stack trace from error message with full usage info(GH-58)
- Fix to get full help information for subcommands (GH-44)
Library version compatible with Kotlin 1.4.0
- GNU options style support (#27)
- Flexible order of base command options and subcommands ones (GH-33)
- Enumeration support for
ArgType.Choice
(GH-35)
Library version compatible with Kotlin 1.3.70
Complete rewrite of a generic command-line parser (compatible with Kotlin 1.3.61)