We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b067197 commit 714326dCopy full SHA for 714326d
1 file changed
cmd/commander/commander.go
@@ -45,8 +45,9 @@ func createCliApp() *cli.App {
45
46
func createTestCommand() cli.Command {
47
return cli.Command{
48
- Name: "test",
49
- Usage: `Execute cli app tests
+ Name: "test",
+ Usage: "Execute cli app tests",
50
+ UsageText: `Execute cli app tests
51
52
By default it will use the commander.yaml from your current directory.
53
Tests are always executed in alphabetical order.
0 commit comments