diff --git a/src/env.rs b/src/env.rs index ccbc37892b..0987352b71 100644 --- a/src/env.rs +++ b/src/env.rs @@ -87,7 +87,7 @@ impl Default for Cli { } "--" => args.extend(&mut words), _ if image_path.is_none() => image_path = Some(word), - word => panic!( + word => warn!( "Found argument '{word}' which wasn't expected, or isn't valid in this context If you tried to supply `{word}` as a value rather than a flag, use `-- {word}`"