-
-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '1379-HelpProvider-colors-should-be-configurable' of htt…
…ps://github.com/FrankRay78/spectre.console into 1379-HelpProvider-colors-should-be-configurable
- Loading branch information
Showing
11 changed files
with
128 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
.../Expectations/Help/Default_Without_Args_Additional.Output_Style_BoldHeadings.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[bold]DESCRIPTION:[/] | ||
The lion command. | ||
|
||
[bold]USAGE:[/] | ||
myapp []<TEETH>[/] [][[LEGS]][/] [][[OPTIONS]][/] [][[COMMAND]][/] | ||
|
||
[bold]EXAMPLES:[/] | ||
myapp []20 --alive[/] | ||
|
||
[bold]ARGUMENTS:[/] | ||
[]<TEETH>[/] The number of teeth the lion has | ||
[][[LEGS]][/] The number of legs | ||
|
||
[bold]OPTIONS:[/] | ||
[]DEFAULT[/] | ||
-h, --help Prints help information | ||
-v, --version Prints version 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 | ||
|
||
[bold]COMMANDS:[/] | ||
[]giraffe[/] []<LENGTH>[/] The giraffe command |
40 changes: 20 additions & 20 deletions
40
...li.Tests/Expectations/Help/Default_Without_Args_Additional.Output_Style_None.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
DESCRIPTION: | ||
[]DESCRIPTION:[/] | ||
The lion command. | ||
|
||
USAGE: | ||
myapp <TEETH> [LEGS] [OPTIONS] [COMMAND] | ||
[]USAGE:[/] | ||
myapp []<TEETH>[/] [][[LEGS]][/] [][[OPTIONS]][/] [][[COMMAND]][/] | ||
|
||
EXAMPLES: | ||
myapp 20 --alive | ||
[]EXAMPLES:[/] | ||
myapp []20 --alive[/] | ||
|
||
ARGUMENTS: | ||
<TEETH> The number of teeth the lion has | ||
[LEGS] The number of legs | ||
[]ARGUMENTS:[/] | ||
[]<TEETH>[/] The number of teeth the lion has | ||
[][[LEGS]][/] The number of legs | ||
|
||
OPTIONS: | ||
DEFAULT | ||
-h, --help Prints help information | ||
-v, --version Prints version 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 | ||
[]OPTIONS:[/] | ||
[]DEFAULT[/] | ||
-h, --help Prints help information | ||
-v, --version Prints version 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 | ||
|
||
COMMANDS: | ||
giraffe <LENGTH> The giraffe command | ||
[]COMMANDS:[/] | ||
[]giraffe[/] []<LENGTH>[/] The giraffe command |
Oops, something went wrong.