1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 14:47:47 +00:00

update cargo update completions

This commit is contained in:
Darren Schroeder 2022-09-22 10:14:11 -05:00 committed by GitHub
parent e28c0bdb6d
commit c72a6717b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -498,15 +498,17 @@ export extern "cargo clippy" [
# Parameters from cargo update
export extern "cargo install-update" [
--cargo-dir(-c) # The cargo home directory. Default: $CARGO_HOME or $HOME/.cargo
--temp-dir(-t) # The temporary directory. Default: $TEMP/cargo-update
--all(-a) # Update all packages
--list(-l) # Don't update packages, only list and check if they need an update (all packages by default)
--force(-f) # Update all packages regardless if they need updating
--downdate(-d) # Downdate packages to match latest unyanked registry version
--all(-a) # Update all packages
--allow-no-update(-i) # Allow for fresh-installing packages
--downdate(-d) # Downdate packages to match latest unyanked registry version
--force(-f) # Update all packages regardless if they need updating
--git(-g) # Also update git packages
--help(-h) # Prints help information
--list(-l) # Don't update packages, only list and check if they need an update (all packages by default)
--quiet(-q) # No output printed to stdout
--version(-V) # Prints version information
--cargo-dir(-c) # The cargo home directory. Default: $CARGO_HOME or $HOME/.cargo
--filter(-s) # Specify a filter a package must match to be considered
--install-cargo(-r) # Specify an alternative cargo to run for installations
]
--temp-dir(-t) # The temporary directory. Default: $TEMP/cargo-update
]