diff --git a/src/ipc/commands.rs b/src/ipc/commands.rs index 0367250..af2c9cb 100644 --- a/src/ipc/commands.rs +++ b/src/ipc/commands.rs @@ -43,6 +43,7 @@ pub enum Command { ///Bar name to target. bar_name: String, /// The visibility status. + #[arg(short, long)] visible: bool, },