Fix incorrect cli definition

This commit is contained in:
AsamK 2026-02-28 12:59:03 +01:00
parent aa1ed9e233
commit 92ded3fdf2

View File

@ -289,6 +289,7 @@ pub enum CliCommands {
#[arg(short = 'g', long = "group-id")]
group_id: Vec<String>,
#[arg(long)]
r#type: MessageRequestResponseType,
},
SetPin {