We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42079a commit 8dcf131Copy full SHA for 8dcf131
core/src/main/resources/cucumber/api/cli/USAGE.txt
@@ -17,9 +17,9 @@ Options:
17
-t, --tags TAG_EXPRESSION Only run scenarios tagged with tags matching
18
TAG_EXPRESSION.
19
-n, --name REGEXP Only run scenarios whose names match REGEXP.
20
- -d, --[no-]-dry-run Skip execution of glue code.
21
- -m, --[no-]-monochrome Don't colour terminal output.
22
- -s, --[no-]-strict Treat undefined and pending steps as errors.
+ -d, --[no-]dry-run Skip execution of glue code.
+ -m, --[no-]monochrome Don't colour terminal output.
+ -s, --[no-]strict Treat undefined and pending steps as errors.
23
--snippets [underscore|camelcase] Naming convention for generated snippets.
24
Defaults to underscore.
25
-v, --version Print version.
0 commit comments