From f65812a8f778b153a0acf0d9d2676f4869824a4d Mon Sep 17 00:00:00 2001 From: itowlson Date: Wed, 30 Oct 2024 07:17:00 +1300 Subject: [PATCH] Unhide app splitting flag Signed-off-by: itowlson --- src/commands/up.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/up.rs b/src/commands/up.rs index b812aa183..9e11fb58c 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