File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ export extern "cargo bench" [
331
331
-- profile : string @" nu-complete cargo profiles" # Build artifacts with the specified profile
332
332
-- ignore-rust-version # Ignore `rust-version` specification in packages
333
333
-- timings : string # Output information how long each compilation takes
334
- -- target-dir : path # Directory for all generated artifacts and intermediate files
334
+ -- target-dir : path # Directory for all generated artifacts and intermediate files
335
335
-- verbose(-v) # Use verbose output. May be specified twice for "very verbose" output
336
336
-- quiet(-q) # Do not print cargo log messages
337
337
-- color : string @" nu-complete cargo color" # Control when colored output is used
@@ -340,7 +340,7 @@ export extern "cargo bench" [
340
340
-- manifest-path : path # Path to the Cargo.toml file
341
341
-- frozen # Require Cargo.lock and cache are up to date
342
342
-- locked # Require Cargo.lock is up to date
343
- -- offline# Run without accessing the network
343
+ -- offline # Run without accessing the network
344
344
- Z : any # Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details
345
345
- h , -- help # Print help information
346
346
-- jobs(-j) : number # Number of parallel jobs to run
You can’t perform that action at this time.
0 commit comments