Home
last modified time | relevance | path

Searched refs:AllowHyphenValues (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Dapp_settings.rs32 AllowHyphenValues, enumerator
118 AllowHyphenValues
Darg_settings.rs35 AllowHyphenValues, enumerator
83 AllowHyphenValues => Flags::ALLOW_TAC_VALS,
Darg.rs1373 self.setting(ArgSettings::AllowHyphenValues) in allow_hyphen_values()
1375 self.unset_setting(ArgSettings::AllowHyphenValues) in allow_hyphen_values()
3949 self.is_set(ArgSettings::AllowHyphenValues) in is_allow_hyphen_values_set()
Dcommand.rs2021 self.setting(AppSettings::AllowHyphenValues) in allow_hyphen_values()
2023 self.unset_setting(AppSettings::AllowHyphenValues) in allow_hyphen_values()
3645 self.is_set(AppSettings::AllowHyphenValues) in is_allow_hyphen_values_set()
3907 arg.settings.insert(ArgSettings::AllowHyphenValues.into()); in _build_self()
/third_party/rust/crates/clap/
DCHANGELOG.md1703 * fixes a bug where using AppSettings::AllowHyphenValues would allow invalid arguments even when …