mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-01-12 23:36:29 +01:00
fix: better short-flags
This commit is contained in:
parent
1501e748d0
commit
b8c820aabf
1 changed files with 2 additions and 2 deletions
|
@ -98,10 +98,10 @@ struct EntryArgs {
|
|||
#[clap(required = true)]
|
||||
actions: Vec<Action>,
|
||||
/// Icon Image Path
|
||||
#[arg(short, long)]
|
||||
#[arg(short = 'i', long)]
|
||||
icon: Option<String>,
|
||||
/// Alternative Image Text/HTML
|
||||
#[arg(short = 'o', long)]
|
||||
#[arg(short = 'I', long)]
|
||||
icon_alt: Option<String>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue