You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Arg::multiple_values() method doc talks about empty values instead (?!) is this a copy-paste error?
/// Allows an argument to accept explicitly empty values. An empty value must be specified at/// the command line with an explicit `""`, `''`, or `--option=`
PS: I also find the distinction between MultipleValues and MultipleOccurrences very confusing and not well documented, I don't understand enough to do it myself.
The text was updated successfully, but these errors were encountered:
intgr
added
the
A-docs
Area: documentation, including docs.rs, readme, examples, etc...
label
Apr 15, 2020
Clap version
master branch (d210b9f)
Where
https://github.com/clap-rs/clap/blob/master/src/build/arg/mod.rs#L3729-L3777
What's wrong
The
Arg::multiple_values()
method doc talks about empty values instead (?!) is this a copy-paste error?PS: I also find the distinction between
MultipleValues
andMultipleOccurrences
very confusing and not well documented, I don't understand enough to do it myself.The text was updated successfully, but these errors were encountered: