bugfix: collision between height and help

This commit is contained in:
Waveplate 2025-04-21 21:10:49 -07:00
parent 3577cf95a2
commit 4724956862

View File

@ -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")