mirror of
https://github.com/waveplate/img2irc.git
synced 2025-04-23 21:26:54 +00:00
bugfix: collision between height and help
This commit is contained in:
parent
3577cf95a2
commit
4724956862
@ -25,11 +25,11 @@ pub struct Args {
|
|||||||
pub image: String,
|
pub image: String,
|
||||||
|
|
||||||
/// output image width in columns
|
/// output image width in columns
|
||||||
#[arg(short, long)]
|
#[arg(short = 'w', long)]
|
||||||
pub width: Option<u32>,
|
pub width: Option<u32>,
|
||||||
|
|
||||||
/// output image height in rows
|
/// output image height in rows
|
||||||
#[arg(short, long)]
|
#[arg(short = 'H', long)]
|
||||||
pub height: Option<u32>,
|
pub height: Option<u32>,
|
||||||
|
|
||||||
/// scaling factors (x:y, e.g., "2:2")
|
/// scaling factors (x:y, e.g., "2:2")
|
||||||
|
Loading…
Reference in New Issue
Block a user