Searched refs:requires_ifs (Results 1 – 3 of 3) sorted by relevance
552 .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()
3494 pub fn requires_ifs( in requires_ifs() method3509 self.requires_ifs(ids.into_iter().map(|id| (ArgPredicate::IsPresent, id))) in requires_all()
562 - 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…