You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ wbscc --helpUsage: 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.
Usage:
wbscc [OPTIONS] COMMAND [ARGS]...
Options:
Name
Type
Description
Default
-h, --help
boolean
Show this message and exit.
False
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: