Skip to content

Commit

Permalink
Move examples to UsageText (#178)
Browse files Browse the repository at this point in the history
* Move examples to UsageText

* Fix style and bump go
  • Loading branch information
SimonBaeumer authored Feb 25, 2022
1 parent b067197 commit 714326d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/commander/commander.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ func createCliApp() *cli.App {

func createTestCommand() cli.Command {
return cli.Command{
Name: "test",
Usage: `Execute cli app tests
Name: "test",
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 714326d

Please sign in to comment.