Vladyslav Vladinov
Vladyslav Vladinov
Should be fixed
Check warning on method that used when parsing multiple positional args - https://docs.rs/clap/latest/clap/builder/struct.Arg.html#method.num_args This is a internal behavior of `clap` cli parsing. Possible ways to fix it: - pass every...
>This is a internal behavior of clap cli parsing. Possible ways to fix it: And this issue is not related to clap cli parsing, but more to clap's way of...
in dd2fe3e added warning when file is not found, should I also set default log level to `warn`? This will add additional information to the user about what happened. But...
Then we should add to #200 note that if any error is occurred, user need to consult the help menu. Some lossy codecs can accept quality, lossless not. For reference,...
In version 0.11.0, we changed `--width` and `--height` to a single option. Use `--size 500x_` to set width, height will be calculated automatically preserving aspect ratio. Use `--size _x500` to...
Based on this comment https://github.com/SalOne22/rimage/issues/314#issuecomment-3168190144