--corners > --corner
This commit is contained in:
@@ -80,7 +80,7 @@ fn run() -> Result<()> {
|
|||||||
image_path = Some(next_arg(&args, &mut i, "--image")?);
|
image_path = Some(next_arg(&args, &mut i, "--image")?);
|
||||||
}
|
}
|
||||||
"--corner" => {
|
"--corner" => {
|
||||||
let val = next_arg(&args, &mut i, "--corners")?;
|
let val = next_arg(&args, &mut i, "--corner")?;
|
||||||
overrides.rounded_corners = Some(parse_bool(&val)?);
|
overrides.rounded_corners = Some(parse_bool(&val)?);
|
||||||
}
|
}
|
||||||
"--corner-radius" => {
|
"--corner-radius" => {
|
||||||
|
|||||||
Reference in New Issue
Block a user