fix(cli): set-visible command causing panic
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user