We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d427ef0 + 31928da commit f8b86d4Copy full SHA for f8b86d4
src/main.rs
@@ -59,14 +59,16 @@ struct Args {
59
#[arg(
60
short = 't',
61
long = "targets",
62
- help = "additional target platforms to install rust-std for, besides the host platform"
+ help = "additional target platforms to install rust-std for, besides the host platform",
63
+ num_args = 1..,
64
)]
65
targets: Vec<String>,
66
67
68
short = 'c',
69
long = "component",
- help = "additional components to install, besides rustc and rust-std"
70
+ help = "additional components to install, besides rustc and rust-std",
71
72
73
components: Vec<String>,
74
0 commit comments