mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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" => {
|
||||
return Err(None);
|
||||
}
|
||||
"" => (),
|
||||
_ => {
|
||||
return Err(Some("Unrecognized argument".to_string()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue