diff options
Diffstat (limited to 'src/doc/man/includes/options-test.md')
-rw-r--r-- | src/doc/man/includes/options-test.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/doc/man/includes/options-test.md b/src/doc/man/includes/options-test.md new file mode 100644 index 0000000..1d2447e --- /dev/null +++ b/src/doc/man/includes/options-test.md @@ -0,0 +1,14 @@ +{{#options}} + +{{#option "`--no-run`" }} +Compile, but don't run {{nouns}}. +{{/option}} + +{{#option "`--no-fail-fast`" }} +Run all {{nouns}} regardless of failure. Without this flag, Cargo will exit +after the first executable fails. The Rust test harness will run all {{nouns}} +within the executable to completion, this flag only applies to the executable +as a whole. +{{/option}} + +{{/options}} |