Skip to content

Commit 7cff1e5

Browse files
fix: resolved -h flag conflict for hide_bottom_bar
1 parent 7dccd77 commit 7cff1e5

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)