mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
USAGE:
|
|
myapp [OPTIONS] <COMMAND>
|
|
|
|
EXAMPLES:
|
|
myapp dog --name Rufus --age 12 --good-boy
|
|
myapp horse --name Brutus
|
|
|
|
OPTIONS:
|
|
-h, --help Prints help information
|
|
-v, --version Prints version information
|
|
|
|
COMMANDS:
|
|
dog <AGE> The dog command.
|
|
horse The horse command. |