Home
last modified time | relevance | path

Searched refs:long_version (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs79 long_version: Option<Str>,
862 /// [`--version` (long)]: Command::long_version()
886 /// [`--version` (long)]: Command::long_version()
1610 /// If [`Command::long_version`] is not specified, this message will be displayed for `--version`.
1643 /// .long_version(
1652 pub fn long_version(mut self, ver: impl IntoResettable<Str>) -> Self { in long_version() functions
1653 self.long_version = ver.into_resettable().into_option(); in long_version()
3255 self.long_version.as_deref() in get_long_version()
3578 || (self.version.is_none() && self.long_version.is_none()) in is_disable_version_flag_set()
4218 if let Some(long_version) in _propagate_subcommand()
[all...]
/third_party/rust/crates/clap/src/bin/
H A Dstdio-fixture.rs4 .long_version("1.0 - a2132c") in main()
/third_party/rust/crates/clap/tests/builder/
H A Dversion.rs14 common().long_version("3.0 (abcdefg)") in with_long_version()
18 common().version("3.0").long_version("3.0 (abcdefg)") in with_both()
286 #[should_panic = "`ArgAction::Version` used without providing Command::version or Command::long_version"]
301 #[should_panic = "No version information via Command::version or Command::long_version to propagate"]
/third_party/rust/crates/clap/tests/
H A Dmacros.rs171 fn long_version() { in long_version() functions

Completed in 11 milliseconds