mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 14:47:47 +00:00
fix text where comments don't have spaces (#387)
This commit is contained in:
parent
691b666dc5
commit
4a0f59265d
1 changed files with 2 additions and 2 deletions
|
@ -331,7 +331,7 @@ export extern "cargo bench" [
|
|||
--profile: string@"nu-complete cargo profiles" # Build artifacts with the specified profile
|
||||
--ignore-rust-version # Ignore `rust-version` specification in packages
|
||||
--timings: string # Output information how long each compilation takes
|
||||
--target-dir: path# Directory for all generated artifacts and intermediate files
|
||||
--target-dir: path # Directory for all generated artifacts and intermediate files
|
||||
--verbose(-v) # Use verbose output. May be specified twice for "very verbose" output
|
||||
--quiet(-q) # Do not print cargo log messages
|
||||
--color: string@"nu-complete cargo color" # Control when colored output is used
|
||||
|
@ -340,7 +340,7 @@ export extern "cargo bench" [
|
|||
--manifest-path: path # Path to the Cargo.toml file
|
||||
--frozen # Require Cargo.lock and cache are up to date
|
||||
--locked # Require Cargo.lock is up to date
|
||||
--offline# Run without accessing the network
|
||||
--offline # Run without accessing the network
|
||||
-Z: any # Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details
|
||||
-h, --help # Print help information
|
||||
--jobs(-j): number # Number of parallel jobs to run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue