cowbird.cli.utils
Attributes
Functions
|
Generates both fields with the same description as each parameter is used in different context. |
|
|
|
|
|
|
|
|
|
Module Contents
- cowbird.cli.utils.subparser_help(description: str, parent_parser: argparse.ArgumentParser | None = None) SubParserArgs[source]
Generates both fields with the same description as each parameter is used in different context.
Field
helpis printed next to the subparser name when parent parser is called with--help. Fielddescriptionpopulates the help details under the usage command when calling child parser--help.