Home
last modified time | relevance | path

Searched refs:requires_ifs (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
Drequire.rs552 .requires_ifs([("my.cfg", "extra"), ("other.cfg", "other")]) in requires_if_present_mult()
569 .requires_ifs([("my.cfg", "extra"), ("other.cfg", "other")]) in requires_if_present_mult_pass()
1053 .requires_ifs([ in issue_1158_app()
/third_party/rust/crates/clap/src/builder/
Darg.rs3494 pub fn requires_ifs( in requires_ifs() method
3509 self.requires_ifs(ids.into_iter().map(|id| (ArgPredicate::IsPresent, id))) in requires_all()
/third_party/rust/crates/clap/
DCHANGELOG.md562 - Changed `Arg::requires_ifs` and `Arg::default_value*_ifs*` to taking an `ArgPredicate`, removing …
592 - `Arg::requires_all` in favor of `Arg::requires_ifs` now that it takes an `ArgPredicate` to avoid …
2182 * **Conditional Requirements:** adds docs for Arg::requires_ifs ([7f296e29](https://github.com/cla…