File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,22 +54,22 @@ Tests are always executed in alphabetical order.
5454Examples:
5555
5656Directory test:
57- test --dir /your/dir/
57+ commander test --dir /your/dir/
5858
5959Stdin test:
6060cat commander.yaml | commander test -
6161
6262HTTP test:
63- test https://your-url/commander_test.yaml
63+ commander test https://your-url/commander_test.yaml
6464
6565Filtering tests:
66- test commander.yaml --filter="my test"
66+ commander test commander.yaml --filter="my test"
6767
6868Multiple filters:
69- test commander.yaml --filter=filter1 --filter=filter2
69+ commander test commander.yaml --filter=filter1 --filter=filter2
7070
7171Regex filters:
72- test commander.yaml --filter="^filter1$"
72+ commander test commander.yaml --filter="^filter1$"
7373` ,
7474 ArgsUsage : "[file] [--filter]" ,
7575 Flags : []cli.Flag {
You can’t perform that action at this time.
0 commit comments