diff --git a/src/cli.rs b/src/cli.rs index feb29332..d0f05f1e 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -8,6 +8,11 @@ use serde::{Deserialize, Serialize}; pub struct Args { #[command(subcommand)] pub command: Option, + + /// `bar_id` argument passed by `swaybar_command`. + /// Not used. + #[arg(short('b'), hide(true))] + sway_bar_id: Option, } pub fn handle_response(response: Response) {