Master | |
---|---|
Package |
Cloup (= CLick + grOUPs) adds to click the following features:
- option groups for
Command
; - the possibility to organize the subcommands of a
Group
in multiple subcommand help sections.
Cloup implements these features by providing subclasses of Command
and Group
,
and by defining a new decorator @option_group(name, *options, ...)
decorator.
Currently, cloup only affects how the command help is formatted, it doesn't allow to specify constraints on option groups. Group constraints are coming though.
Read more at https://cloup.readthedocs.io/.