mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00
19 lines
363 B
Plaintext
19 lines
363 B
Plaintext
DESCRIPTION:
|
|
The animal command.
|
|
|
|
USAGE:
|
|
myapp animal [LEGS] [OPTIONS] <COMMAND>
|
|
|
|
EXAMPLES:
|
|
myapp animal --help
|
|
|
|
ARGUMENTS:
|
|
[LEGS] The number of legs
|
|
|
|
OPTIONS:
|
|
-h, --help Prints help information
|
|
-a, --alive Indicates whether or not the animal is alive
|
|
|
|
COMMANDS:
|
|
dog <AGE> The dog command
|
|
horse The horse command |