Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/tests/builder/
H A Dversion.rs21 fn with_subcommand() -> Command { in with_subcommand() functions
246 let res = with_subcommand().try_get_matches_from("foo bar --version".split(' ')); in no_propagation_by_default_long()
255 let res = with_subcommand().try_get_matches_from("foo bar -V".split(' ')); in no_propagation_by_default_short()
264 let res = with_subcommand() in propagate_version_long()
275 let res = with_subcommand() in propagate_version_short()

Completed in 1 milliseconds