spectre.console/test/Spectre.Console.Cli.Tests/Expectations/Help/RootExamples_Children.Output.verified.txt
Benjamin Michaelis a91a3c12ad Remove trimming
2022-10-13 20:42:23 +02:00

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.