$ wbscc --help
Usage: wbscc [OPTIONS] COMMAND [ARGS]...
This tool's subcommands are loaded from a plugin folder dynamically.
Options:
-h, --help Show this message and exit.
Commands:
hello Prints hello.
Expected Behavior
wbscc
This tool's subcommands are loaded from a plugin folder dynamically.
Following this click multi-command example:
Context is being passed around the multi-commands properly when on the command line. So I know my coding is proper.
However,
help_option_names
¸for example, isn't being picked up bymkdocs-click
.Current Behavior
wbscc
This tool's subcommands are loaded from a plugin folder dynamically.
Usage:
wbscc [OPTIONS] COMMAND [ARGS]...
Options:
Relevant code
From command line
Expected Behavior
wbscc
This tool's subcommands are loaded from a plugin folder dynamically.
Usage:
wbscc [OPTIONS] COMMAND [ARGS]...
Options: