This commit is contained in:
notohh 2024-05-27 13:32:42 -04:00
parent d1ce228c35
commit e1061652d1
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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,