2.1.0
Added
- Ability to prevent rewrapping individual paragraphs in help output.
- Added parameter
required
toOption.multiple()
to require at least one instance of the option on the command line.
Changed
CliktCommand.toString()
now includes the names and values of all parameters and subcommands,
Fixed
- Create subcommand context when
helpOptionNames
is empty. (#64)