Home
last modified time | relevance | path

Searched refs:allow_hyphen_values (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/clap/src/args/
Darg.rs129 "allow_hyphen_values" => yaml_to_bool!(a, v, allow_hyphen_values), in from_yaml()
885 pub fn allow_hyphen_values(self, a: bool) -> Self { in allow_hyphen_values() method
3752 self.multiple(raw).allow_hyphen_values(raw).last(raw) in raw()
/external/rust/crates/clap/
DCHANGELOG.md134 …ce function to `Arg` that allows implying all of `Arg::last` `Arg::allow_hyphen_values` and `Arg::…
414 * **Arg::allow_hyphen_values:** updates the docs to include warnings for allow_hyphen_values and m…
434 * **Arg::allow_hyphen_values:** updates the docs to include warnings for allow_hyphen_values and m…
733 …xes a bug which caused combinations of LowIndexMultiples and `Arg::allow_hyphen_values` to fail pa…