kornelski / cavif-rs

AVIF image creator in pure Rust
https://lib.rs/cavif
BSD 3-Clause "New" or "Revised" License
570 stars 27 forks source link

Make quality trump quiet for -q #51

Closed eugenesvk closed 2 years ago

eugenesvk commented 2 years ago

Given that the quality argument is much more frequently used vs the quiet argument, it's surprising that its short version is an inconvenient upper-case -Q instead of -q Wouldn't it make more sense for quality take the -q?

kornelski commented 2 years ago

I think it's fine. I've already used -Q in my other programs.