mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-17 12:33:21 +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.
19 lines
731 B
Plaintext
19 lines
731 B
Plaintext
DESCRIPTION:
|
|
The lion command.
|
|
|
|
USAGE:
|
|
myapp <TEETH> [LEGS] [OPTIONS]
|
|
|
|
ARGUMENTS:
|
|
<TEETH> The number of teeth the lion has
|
|
[LEGS] The number of legs
|
|
|
|
OPTIONS:
|
|
DEFAULT
|
|
-h, --help Prints help information
|
|
-a, --alive Indicates whether or not the animal is alive
|
|
-n, --name <VALUE>
|
|
--agility <VALUE> 10 The agility between 0 and 100
|
|
-c <CHILDREN> The number of children the lion has
|
|
-d <DAY> Monday, Thursday The days the lion goes hunting
|
|
-w, --weight [WEIGHT] The weight of the lion, in kgs |