Skip to content

Commit f65812a

Browse files
committed
Unhide app splitting flag
Signed-off-by: itowlson <[email protected]>
1 parent c2c1c8b commit f65812a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/up.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pub struct UpCommand {
115115
pub build: bool,
116116

117117
/// [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")]
118+
#[clap(short = 'c', long = "component-id")]
119119
pub components: Vec<String>,
120120

121121
/// All other args, to be passed through to the trigger

0 commit comments

Comments
 (0)