mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-04 19:58:14 +08:00

* Less cluttered solution layout. * Move examples to a repository of its own. * Move Roslyn analyzer to a repository of its own. * Enable central package management. * Clean up csproj files. * Add README file to NuGet packages.
17 lines
405 B
Plaintext
17 lines
405 B
Plaintext
DESCRIPTION:
|
|
Contains settings for a cat.
|
|
|
|
USAGE:
|
|
myapp cat [LEGS] [OPTIONS] <COMMAND>
|
|
|
|
ARGUMENTS:
|
|
[LEGS] The number of legs
|
|
|
|
OPTIONS:
|
|
-h, --help Prints help information
|
|
-a, --alive Indicates whether or not the animal is alive
|
|
-n, --name <VALUE>
|
|
--agility <VALUE> The agility between 0 and 100
|
|
|
|
COMMANDS:
|
|
lion <TEETH> The lion command |