Create Test, allow for conditional trim

This commit is contained in:
Benjamin Michaelis
2022-10-13 08:58:30 -07:00
committed by Patrik Svensson
parent a91a3c12ad
commit f6a7c96413
15 changed files with 398 additions and 317 deletions

View File

@ -1,4 +1,4 @@
DESCRIPTION:
DESCRIPTION:
Contains settings for a cat.
USAGE:
@ -14,4 +14,4 @@ OPTIONS:
--agility <VALUE> The agility between 0 and 100
COMMANDS:
lion <TEETH> The lion command.
lion <TEETH> The lion command

View File

@ -1,4 +1,4 @@
DESCRIPTION:
DESCRIPTION:
The animal command.
USAGE:
@ -15,5 +15,5 @@ OPTIONS:
-a, --alive Indicates whether or not the animal is alive
COMMANDS:
dog <AGE> The dog command.
horse The horse command.
dog <AGE> The dog command
horse The horse command

View File

@ -0,0 +1,10 @@
USAGE:
myapp [OPTIONS] <COMMAND>
OPTIONS:
-h, --help Prints help information
-v, --version Prints version information
COMMANDS:
dog <AGE> The dog command.
horse The horse command.

View File

@ -6,5 +6,5 @@ OPTIONS:
-v, --version Prints version information
COMMANDS:
dog <AGE> The dog command.
horse The horse command.
dog <AGE> The dog command
horse The horse command

View File

@ -6,6 +6,6 @@ OPTIONS:
-v, --version Prints version information
COMMANDS:
dog <AGE> The dog command.
horse The horse command.
giraffe <LENGTH> The giraffe command.
dog <AGE> The dog command
horse The horse command
giraffe <LENGTH> The giraffe command

View File

@ -10,5 +10,5 @@ OPTIONS:
-v, --version Prints version information
COMMANDS:
dog <AGE> The dog command.
horse The horse command.
dog <AGE> The dog command
horse The horse command

View File

@ -10,5 +10,5 @@ OPTIONS:
-v, --version Prints version information
COMMANDS:
dog <AGE> The dog command.
horse The horse command.
dog <AGE> The dog command
horse The horse command

View File

@ -10,4 +10,4 @@ OPTIONS:
-v, --version Prints version information
COMMANDS:
animal The animal command.
animal The animal command