mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 19:00:18 +00:00
fix(options): accidental infinite loop due when not running on Dell firmware
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user