You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description of Changes
the `README.md` (generated by `cargo ci self-docs`) now properly
includes the value names passed to args.
This change was made by AI.
# API and ABI breaking changes
None. CI only.
# Expected complexity level and risk
1
# Testing
CI, including the docs check, passes
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
Copy file name to clipboardExpand all lines: tools/ci/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Usage: cargo ci [OPTIONS] [COMMAND]
19
19
20
20
**Options:**
21
21
22
-
-`--skip`: Skip specified subcommands when running all
22
+
-`--skip <SKIP>`: Skip specified subcommands when running all
23
23
24
24
When no subcommand is specified, all subcommands are run in sequence. This option allows specifying subcommands to skip when running all. For example, to skip the `unreal-tests` subcommand, use `--skip unreal-tests`.
-`--server`: Run tests against a remote server instead of spawning local servers.
101
+
-`--server <SERVER>`: Run tests against a remote server instead of spawning local servers.
102
102
103
103
When specified, tests will connect to the given URL instead of starting local server instances. Tests that require local server control (like restart tests) will be skipped.
104
104
105
-
-`--dotnet`:
106
-
-`args`: Additional arguments to pass to the test runner
105
+
-`--dotnet <DOTNET>`:
106
+
-`args <ARGS>`: Additional arguments to pass to the test runner
107
107
-`--help`: Print help (see a summary with '-h')
108
108
109
109
#### `prepare`
@@ -141,7 +141,7 @@ Usage: help [COMMAND]...
141
141
142
142
**Options:**
143
143
144
-
-`subcommand`: Print help for the subcommand(s)
144
+
-`subcommand <COMMAND>`: Print help for the subcommand(s)
145
145
146
146
### `keynote-bench`
147
147
@@ -171,7 +171,7 @@ Usage: update-flow [OPTIONS]
171
171
172
172
**Options:**
173
173
174
-
-`--target`: Target triple to build for, by default the current target. Used by github workflows to check the update flow on multiple platforms.
174
+
-`--target <TARGET>`: Target triple to build for, by default the current target. Used by github workflows to check the update flow on multiple platforms.
175
175
-`--github-token-auth`: Whether to enable github token authentication feature when building the update binary. By default this is disabled.
176
176
-`--help`: Print help (see a summary with '-h')
177
177
@@ -184,7 +184,7 @@ Usage: cli-docs [OPTIONS]
184
184
185
185
**Options:**
186
186
187
-
-`--spacetime-path`: specify a custom path to the SpacetimeDB repository root (where the main Cargo.toml is located)
187
+
-`--spacetime-path <SPACETIME_PATH>`: specify a custom path to the SpacetimeDB repository root (where the main Cargo.toml is located)
188
188
-`--help`: Print help (see a summary with '-h')
189
189
190
190
### `self-docs`
@@ -263,7 +263,7 @@ Usage: help [COMMAND]...
263
263
264
264
**Options:**
265
265
266
-
-`subcommand`: Print help for the subcommand(s)
266
+
-`subcommand <COMMAND>`: Print help for the subcommand(s)
0 commit comments