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
Copy file name to clipboardExpand all lines: docs/build.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,7 @@ Setting Name | Default | Description
169
169
`allows_release` | False | If True, allows `--release` flag.
170
170
`allows_features` | False | If True, allows feature flags.
171
171
`allows_json` | False | If True, allows `--message-format=json` flag.
172
+
`json_stop_pattern` | None | A regular expression matched against Cargo's output to detect when it should stop looking for JSON messages (used by `cargo run` to stop looking for JSON messages once compilation is finished).
172
173
`requires_manifest` | True | If True, the command must be run in a directory with a `Cargo.toml` manifest.
173
174
`requires_view_path` | False | If True, then the active view must be a Rust source file, and the path to that file will be passed into Cargo (used mainly by `cargo script`).
174
175
`wants_run_args` | False | If True, it will ask for extra args to pass to the executable (after the `--` flag separator).
0 commit comments