mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
aquatic_common: ignore some whitespace in cli arg parser
This commit is contained in:
parent
bd70474d73
commit
414af5a26f
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ impl Options {
|
||||||
"-h" | "--help" => {
|
"-h" | "--help" => {
|
||||||
return Err(None);
|
return Err(None);
|
||||||
}
|
}
|
||||||
|
"" => (),
|
||||||
_ => {
|
_ => {
|
||||||
return Err(Some("Unrecognized argument".to_string()));
|
return Err(Some("Unrecognized argument".to_string()));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue