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: String,
|
||||
/// The visibility status.
|
||||
#[arg(short, long)]
|
||||
visible: bool,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user