Home
last modified time | relevance | path

Searched refs:is_hide_set (Results 1 - 14 of 14) sorted by relevance

/third_party/rust/crates/clap/src/builder/
H A Darg_settings.rs125 assert!(m.is_hide_set()); in setting_bitor()
137 assert!(m.is_hide_set()); in unset_setting_bitor()
142 assert!(!m.is_hide_set(), "{m:#?}"); in unset_setting_bitor()
H A Dpossible_value.rs173 pub fn is_hide_set(&self) -> bool { in is_hide_set() functions
H A Dvalue_parser.rs1050 .filter(|v| !v.is_hide_set()) in parse_ref()
1180 .filter(|v| !v.is_hide_set()) in parse()
H A Dcommand.rs3675 pub fn is_hide_set(&self) -> bool { in is_hide_set() functions
4312 .hide(self.is_hide_set()) in _copy_subtree_for_help()
4596 !v.is_hide_set() in long_help_exists_()
H A Darg.rs3999 pub fn is_hide_set(&self) -> bool { in is_hide_set() functions
/third_party/rust/crates/clap/clap_mangen/src/
H A Drender.rs34 for opt in cmd.get_arguments().filter(|i| !i.is_hide_set()) {
90 let items: Vec<_> = cmd.get_arguments().filter(|i| !i.is_hide_set()).collect();
225 for sub in cmd.get_subcommands().filter(|s| !s.is_hide_set()) {
333 possibles.iter().filter(|pos| !pos.is_hide_set()).collect(); in get_possible_values()
H A Dlib.rs262 cmd.get_arguments().any(|i| !i.is_hide_set()) in app_has_arguments()
267 cmd.get_subcommands().any(|i| !i.is_hide_set()) in app_has_subcommands()
/third_party/rust/crates/clap/src/output/
H A Dusage.rs165 if f.is_hide_set() { in needs_options_tag()
266 if pos.is_hide_set() {
H A Dhelp_template.rs646 for pv in possible_vals.iter().filter(|pv| !pv.is_hide_set()) { in help()
1011 if arg.is_hide_set() { in should_show_arg()
1020 !subcommand.is_hide_set() in should_show_subcommand()
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dbash.rs204 .filter(|pv| !pv.is_hide_set()) in vals_for()
H A Dfish.rs168 .filter_map(|value| if value.is_hide_set() { in value_completion()
/third_party/rust/crates/clap/src/parser/
H A Dvalidator.rs47 .filter(|pv| !pv.is_hide_set())
202 self.cmd.find(n).map_or(false, |a| !a.is_hide_set()) in build_conflict_err_usage()
448 self.cmd.find(n).map_or(false, |a| !a.is_hide_set()) in missing_required_error()
H A Dparser.rs800 !(a.is_hide_set() || required.contains(a.get_id())) in parse_long_arg()
1317 .filter(|pv| !pv.is_hide_set()) in verify_num_args()
1561 .filter(|n| self.cmd.find(n).map_or(true, |a| !a.is_hide_set())) in did_you_mean_error()
/third_party/rust/crates/clap/clap_complete_fig/src/
H A Dfig.rs104 if subcommand.is_hide_set() { in gen_fig_inner()
202 if option.is_hide_set() { in gen_options()

Completed in 21 milliseconds