20 lines
1.3 KiB
Plaintext
20 lines
1.3 KiB
Plaintext
# HOW TO EDIT THIS FILE:
|
|
# The "handy ruler" below makes it easier to edit a package description.
|
|
# Line up the first '|' above the ':' following the base package name, and
|
|
# the '|' on the right side marks the last column you can put a character in.
|
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
python3-click-option-group: python3-click-option-group (Option groups missing in Click)
|
|
python3-click-option-group:
|
|
python3-click-option-group: Click is a package for creating powerful and beautiful command line
|
|
python3-click-option-group: interfaces (CLI) in Python, but it has no the functionality for
|
|
python3-click-option-group: creating option groups.
|
|
python3-click-option-group:
|
|
python3-click-option-group: Option groups are convenient mechanism for logical structuring
|
|
python3-click-option-group: CLI, also it allows you to set the specific behavior and set the
|
|
python3-click-option-group: relationship among grouped options (mutually exclusive options
|
|
python3-click-option-group: for example). Moreover, argparse stdlib package contains this
|
|
python3-click-option-group: functionality out of the box.
|