Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/tests/builder/
H A Dversion.rs17 fn with_both() -> Command { in with_both() functions
85 let res = with_both().try_get_matches_from("foo -V".split(' ')); in version_short_flag_with_both()
95 let res = with_both().try_get_matches_from("foo --version".split(' ')); in version_long_flag_with_both()
202 let cmd = with_both(); in help_short_flag_with_both()
217 let cmd = with_both(); in help_long_flag_with_both()

Completed in 1 milliseconds