mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00

We added an automatic version option in 0.49. We did this with good intentions, but forgot that people might already use --version as an option for a root command. This commit makes -v|--version completely opt-in.
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
USAGE:
|
|
myapp [OPTIONS] <COMMAND>
|
|
|
|
EXAMPLES:
|
|
myapp animal dog --name Rufus --age 12 --good-boy
|
|
myapp animal dog --name Luna
|
|
myapp animal dog --name Charlie
|
|
myapp animal dog --name Bella
|
|
myapp animal dog --name Daisy
|
|
|
|
OPTIONS:
|
|
-h, --help Prints help information
|
|
|
|
COMMANDS:
|
|
animal The animal command |