mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 10:41:03 +02:00
fix(cli): set-visible
command causing panic
This commit is contained in:
parent
2a8313a9b4
commit
c582bc3390
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ pub enum Command {
|
||||||
///Bar name to target.
|
///Bar name to target.
|
||||||
bar_name: String,
|
bar_name: String,
|
||||||
/// The visibility status.
|
/// The visibility status.
|
||||||
|
#[arg(short, long)]
|
||||||
visible: bool,
|
visible: bool,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue