Skip to content

Commit

Permalink
refactor(cli/rustup-mode): remove deprecated .use_value_delimiter()
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Nov 13, 2024
1 parent 3349162 commit 1dc7139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/rustup_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ enum RustupSubcmd {
#[arg(help = RESOLVABLE_LOCAL_TOOLCHAIN_ARG_HELP)]
toolchain: ResolvableLocalToolchainName,

#[arg(required = true, num_args = 1.., use_value_delimiter = false)]
#[arg(required = true, num_args = 1..)]
command: Vec<String>,

/// Install the requested toolchain if needed
Expand Down

0 comments on commit 1dc7139

Please sign in to comment.