diff --git a/src/getopts.rs b/src/getopts.rs index 3e22ecb7..1293deec 100644 --- a/src/getopts.rs +++ b/src/getopts.rs @@ -126,7 +126,7 @@ pub fn parse_arguments>( Some(v) => { data.push((name, v)); } - } + }, RawArgument::Argument { value } => { rest.push(value); }