Skip to content

Commit

Permalink
Move examples to UsageText
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaeumer authored and dylanhitt committed Feb 25, 2022
1 parent 2be2330 commit a40fec2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/commander/commander.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ func createCliApp() *cli.App {
func createTestCommand() cli.Command {
return cli.Command{
Name: "test",
Usage: `Execute cli app tests
Usage: "Execute cli app tests",
UsageText: `Execute cli app tests
By default it will use the commander.yaml from your current directory.
Tests are always executed in alphabetical order.
Expand Down

0 comments on commit a40fec2

Please sign in to comment.