Home
last modified time | relevance | path

Searched refs:get_opts_with_no_heading (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/clap-3.0.0-beta.2/src/output/
H A Dusage.rs73 .get_opts_with_no_heading() in create_help_usage()
91 .get_opts_with_no_heading() in create_help_usage()
H A Dhelp.rs692 .get_opts_with_no_heading() in write_all_args()
959 … self.write_args(&self.parser.app.get_opts_with_no_heading().collect::<Vec<_>>())?; in write_templated_help()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/clap-3.0.0-beta.2/src/output/
H A Dusage.rs73 .get_opts_with_no_heading() in create_help_usage()
91 .get_opts_with_no_heading() in create_help_usage()
H A Dhelp.rs692 .get_opts_with_no_heading() in write_all_args()
959 … self.write_args(&self.parser.app.get_opts_with_no_heading().collect::<Vec<_>>())?; in write_templated_help()
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/clap-3.0.0-beta.2/src/build/app/
H A Dmod.rs223 pub fn get_opts_with_no_heading(&self) -> impl Iterator<Item = &Arg<'help>> { in get_opts_with_no_heading() method
2491 self.get_opts_with_no_heading().count() > 0 in has_opts()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/clap-3.0.0-beta.2/src/build/app/
H A Dmod.rs223 pub fn get_opts_with_no_heading(&self) -> impl Iterator<Item = &Arg<'help>> { in get_opts_with_no_heading() method
2491 self.get_opts_with_no_heading().count() > 0 in has_opts()
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/clap-3.0.0-beta.2/src/parse/
H A Dparser.rs1562 for o in self.app.get_opts_with_no_heading() { in add_defaults()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/clap-3.0.0-beta.2/src/parse/
H A Dparser.rs1562 for o in self.app.get_opts_with_no_heading() { in add_defaults()