fix arg
This commit is contained in:
parent
d1ce228c35
commit
e1061652d1
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ use clap::Parser;
|
|||
|
||||
#[derive(Parser, Debug)]
|
||||
pub struct Args {
|
||||
#[arg(short, long)]
|
||||
pub app_id: String,
|
||||
#[arg(short, long)]
|
||||
pub from: String,
|
||||
|
|
Loading…
Reference in a new issue