This commit is contained in:
jamesk 2024-03-29 16:45:08 -04:00
parent 06ee415394
commit 7ebdcd1214

View File

@ -22,7 +22,7 @@ pub enum Commands {
right: String, right: String,
#[arg(short, long)] #[arg(short, long)]
selection: Option<String>, selection: Option<String>,
#[arg(short, long)] #[arg(short)]
count_only: Option<bool>, count_only: Option<bool>,
}, },
} }