Home
last modified time | relevance | path

Searched refs:get_flags_with_no_heading (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/clap-3.0.0-beta.2/src/output/
H A Dhelp.rs737 let flags_v: Vec<_> = self.parser.app.get_flags_with_no_heading().collect(); in write_all_args()
956 … self.write_args(&self.parser.app.get_flags_with_no_heading().collect::<Vec<_>>())?; in write_templated_help()
H A Dusage.rs323 'outer: for f in self.p.app.get_flags_with_no_heading() { in needs_flags_tag()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/clap-3.0.0-beta.2/src/output/
H A Dhelp.rs737 let flags_v: Vec<_> = self.parser.app.get_flags_with_no_heading().collect(); in write_all_args()
956 … self.write_args(&self.parser.app.get_flags_with_no_heading().collect::<Vec<_>>())?; in write_templated_help()
H A Dusage.rs323 'outer: for f in self.p.app.get_flags_with_no_heading() { in needs_flags_tag()
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/clap-3.0.0-beta.2/src/build/app/
H A Dmod.rs216 pub fn get_flags_with_no_heading(&self) -> impl Iterator<Item = &Arg<'help>> { in get_flags_with_no_heading() method
2496 self.get_flags_with_no_heading().count() > 0 in has_flags()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/clap-3.0.0-beta.2/src/build/app/
H A Dmod.rs216 pub fn get_flags_with_no_heading(&self) -> impl Iterator<Item = &Arg<'help>> { in get_flags_with_no_heading() method
2496 self.get_flags_with_no_heading().count() > 0 in has_flags()