fix(cli): set-visible command causing panic

This commit is contained in:
Jake Stanger
2023-07-16 18:47:44 +01:00
parent 2a8313a9b4
commit c582bc3390

View File

@@ -43,6 +43,7 @@ pub enum Command {
///Bar name to target.
bar_name: String,
/// The visibility status.
#[arg(short, long)]
visible: bool,
},