We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbdf18 commit e48e1eeCopy full SHA for e48e1ee
src/runtime_params.rs
@@ -87,7 +87,7 @@ impl Default for Cli {
87
_ if image_path.is_none() => image_path = Some(word),
88
word => warn!(
89
"Found argument '{word}' which wasn't expected, or isn't valid in this context
90
-
+
91
If you tried to supply `{word}` as a value rather than a flag, use `-- {word}`"
92
),
93
};
0 commit comments