Skip to content

Commit

Permalink
[site] update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Sep 12, 2023
1 parent 5ca570a commit 829ee79
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
8 changes: 3 additions & 5 deletions site/help-text/archive-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Options:
--manifest-path <PATH> Path to Cargo.toml
-v, --verbose Verbose output [env: NEXTEST_VERBOSE=]
--color <WHEN> Produce color output: auto, always, never [env: CARGO_TERM_COLOR=] [default: auto]
-h, --help Print help information (use `--help` for more detail)
-h, --help Print help (see more with '--help')

Cargo options:
--lib Test only this package's library unit tests
Expand Down Expand Up @@ -46,7 +46,5 @@ Archive options:
--zstd-level <LEVEL> Zstandard compression level (-7 to 22, higher is more compressed + slower) [default: 0]

Config options:
--config-file <PATH>
Config file [default: workspace-root/.config/nextest.toml]
--tool-config-file <TOOL:ABS_PATH>
Tool-specific config files
--config-file <PATH> Config file [default: workspace-root/.config/nextest.toml]
--tool-config-file <TOOL:ABS_PATH> Tool-specific config files
8 changes: 3 additions & 5 deletions site/help-text/list-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Options:
--manifest-path <PATH> Path to Cargo.toml
-v, --verbose Verbose output [env: NEXTEST_VERBOSE=]
--color <WHEN> Produce color output: auto, always, never [env: CARGO_TERM_COLOR=] [default: auto]
-h, --help Print help information (use `--help` for more detail)
-h, --help Print help (see more with '--help')

Cargo options:
--lib Test only this package's library unit tests
Expand Down Expand Up @@ -66,7 +66,5 @@ Reuse build options:
--target-dir-remap <PATH> Remapping for the target directory

Config options:
--config-file <PATH>
Config file [default: workspace-root/.config/nextest.toml]
--tool-config-file <TOOL:ABS_PATH>
Tool-specific config files
--config-file <PATH> Config file [default: workspace-root/.config/nextest.toml]
--tool-config-file <TOOL:ABS_PATH> Tool-specific config files
8 changes: 3 additions & 5 deletions site/help-text/run-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Options:
-P, --profile <PROFILE> Nextest profile to use [env: NEXTEST_PROFILE=]
-v, --verbose Verbose output [env: NEXTEST_VERBOSE=]
--color <WHEN> Produce color output: auto, always, never [env: CARGO_TERM_COLOR=] [default: auto]
-h, --help Print help information (use `--help` for more detail)
-h, --help Print help (see more with '--help')

Runner options:
--no-run Compile, but don't run tests
Expand Down Expand Up @@ -78,7 +78,5 @@ Reuse build options:
--target-dir-remap <PATH> Remapping for the target directory

Config options:
--config-file <PATH>
Config file [default: workspace-root/.config/nextest.toml]
--tool-config-file <TOOL:ABS_PATH>
Tool-specific config files
--config-file <PATH> Config file [default: workspace-root/.config/nextest.toml]
--tool-config-file <TOOL:ABS_PATH> Tool-specific config files

0 comments on commit 829ee79

Please sign in to comment.