diff --git a/src/commands/up.rs b/src/commands/up.rs index b812aa1838..9e11fb58cf 100644 --- a/src/commands/up.rs +++ b/src/commands/up.rs @@ -115,7 +115,7 @@ pub struct UpCommand { pub build: bool, /// [Experimental] Component ID to run. This can be specified multiple times. The default is all components. - #[clap(hide = true, short = 'c', long = "component-id")] + #[clap(short = 'c', long = "component-id")] pub components: Vec, /// All other args, to be passed through to the trigger