Releases: ajalt/clikt
Releases · ajalt/clikt
2.2.0
Added
- Added
enum()
conversion for options and arguments. (#84)
Changed
- There are now several ways of preventing @-file expansion
Fixed
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)
2.0.0
Some of the highlights for this release:
- Bash and zsh autocomplete.
option().split()
.option().deprecated()
- Option groups, mutually exclusive groups, co-occurring groups, and choice options with groups
- Command line argument files a.k.a. "@-files"
- Easier help format customization, like adding ANSI colors
See the changelog for details.