Searched refs:TrailingValues (Results 1 – 2 of 2) sorted by relevance
123 TrailingValues => Flags::TRAILING_VALUES,985 TrailingValues, enumerator1038 "trailingvalues" => Ok(AppSettings::TrailingValues), in from_str()1184 AppSettings::TrailingValues in app_settings_fromstr()
926 if !self.is_set(AS::TrailingValues) in get_matches_with()932 self.set(AS::TrailingValues); in get_matches_with()937 if !self.is_set(AS::TrailingValues) { in get_matches_with()1051 && !self.is_set(AS::TrailingValues)); in get_matches_with()1085 } else if (self.is_set(AS::AllowMissingPositional) && self.is_set(AS::TrailingValues)) in get_matches_with()1086 || (self.is_set(AS::ContainsLast) && self.is_set(AS::TrailingValues)) in get_matches_with()1094 if p.is_set(ArgSettings::Last) && !self.is_set(AS::TrailingValues) { in get_matches_with()1102 if !self.is_set(AS::TrailingValues) in get_matches_with()1105 self.settings.set(AS::TrailingValues); in get_matches_with()1859 self.is_set(AS::TrailingValues), in add_val_to_arg()[all …]