Skip to content

Commit

Permalink
fixup! refactor(cli): rewrite `rustup (toolchain|update|(un)?install)…
Browse files Browse the repository at this point in the history
…` with `clap-derive`
  • Loading branch information
rami3l committed Jan 21, 2024
1 parent f9620a3 commit 63b7b41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Arguments:
Options:
--profile <PROFILE> [possible values: minimal, default, complete]
-c, --component <COMPONENT>... Add specific components on installation
-t, --target <targets>... Add specific targets on installation
--no-self-update Don't perform self update when running the`rustup toolchain
-t, --target <TARGET>... Add specific targets on installation
--no-self-update Don't perform self update when running the `rustup toolchain
install` command
--force Force an update, even if some components are missing
--allow-downgrade Allow rustup to downgrade the toolchain to satisfy your component
Expand Down

0 comments on commit 63b7b41

Please sign in to comment.