-
Trying to figure out what i am doing wrong: let app = App::new("test").arg(
Arg::new("foo")
.long("foo")
.takes_value(true)
.multiple(false),
);
println!("{}", app.get_matches().value_of("foo").unwrap()); 2.33
3.0.0-beta.2
I assume there was a behaviour change, but this seems weird to me though. Could someone give me some insight? |
Beta Was this translation helpful? Give feedback.
Answered by
pksunkara
Nov 26, 2020
Replies: 2 comments 3 replies
-
Can you please try with master? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pksunkara
-
Can you please create an issue detailing the above and that this needs to be corrected? Appreciate it, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you please try with master?