diff --git a/src/options/parser.rs b/src/options/parser.rs index 7191cfe..574335d 100644 --- a/src/options/parser.rs +++ b/src/options/parser.rs @@ -60,7 +60,9 @@ pub trait OptionsRepresentable { // If the argument starts with a tilde, remove it. if arg.starts_with("`") { args.remove(0); + continue; } + break; } // Represent options as key-value pairs.