Skip to content

Commit ffc6f64

Browse files
Fix short flag conflict for hide_bottom_bar with clap's help flag
Merge pull request #57 from Subhranil-Maity/fix/hide-bottom-bar-flag
2 parents 5ad2a01 + 7cff1e5 commit ffc6f64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ pub struct Cli {
339339
#[arg(short, long)]
340340
/// Delete image cache.
341341
pub delete_cache: bool,
342-
#[arg(short, long)]
342+
#[arg(short = 'b', long)]
343343
/// Hide bottom bar
344344
pub hide_bottom_bar: Option<bool>,
345345
}

0 commit comments

Comments
 (0)