diff --git a/aquatic_common/src/cli.rs b/aquatic_common/src/cli.rs index 6c9a2e0..db18f09 100644 --- a/aquatic_common/src/cli.rs +++ b/aquatic_common/src/cli.rs @@ -69,6 +69,7 @@ impl Options { "-h" | "--help" => { return Err(None); } + "" => (), _ => { return Err(Some("Unrecognized argument".to_string())); }