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 c2c1c8b + f65812a commit 8c036a1Copy full SHA for 8c036a1
src/commands/up.rs
@@ -115,7 +115,7 @@ pub struct UpCommand {
115
pub build: bool,
116
117
/// [Experimental] Component ID to run. This can be specified multiple times. The default is all components.
118
- #[clap(hide = true, short = 'c', long = "component-id")]
+ #[clap(short = 'c', long = "component-id")]
119
pub components: Vec<String>,
120
121
/// All other args, to be passed through to the trigger
0 commit comments