Skip to content

Commit 714326d

Browse files
authored
Move examples to UsageText (#178)
* Move examples to UsageText * Fix style and bump go
1 parent b067197 commit 714326d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cmd/commander/commander.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ func createCliApp() *cli.App {
4545

4646
func createTestCommand() cli.Command {
4747
return cli.Command{
48-
Name: "test",
49-
Usage: `Execute cli app tests
48+
Name: "test",
49+
Usage: "Execute cli app tests",
50+
UsageText: `Execute cli app tests
5051
5152
By default it will use the commander.yaml from your current directory.
5253
Tests are always executed in alphabetical order.

0 commit comments

Comments
 (0)