Skip to content

Commit 75391aa

Browse files
authored
Merge pull request #148 from commander-cli/update-help
Add consitent examples
2 parents 3932350 + 7cd8fc9 commit 75391aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cmd/commander/commander.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ Tests are always executed in alphabetical order.
5454
Examples:
5555
5656
Directory test:
57-
test --dir /your/dir/
57+
commander test --dir /your/dir/
5858
5959
Stdin test:
6060
cat commander.yaml | commander test -
6161
6262
HTTP test:
63-
test https://your-url/commander_test.yaml
63+
commander test https://your-url/commander_test.yaml
6464
6565
Filtering tests:
66-
test commander.yaml --filter="my test"
66+
commander test commander.yaml --filter="my test"
6767
6868
Multiple filters:
69-
test commander.yaml --filter=filter1 --filter=filter2
69+
commander test commander.yaml --filter=filter1 --filter=filter2
7070
7171
Regex filters:
72-
test commander.yaml --filter="^filter1$"
72+
commander test commander.yaml --filter="^filter1$"
7373
`,
7474
ArgsUsage: "[file] [--filter]",
7575
Flags: []cli.Flag{

0 commit comments

Comments
 (0)