Home
last modified time | relevance | path

Searched refs:get_value_hint (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/clap/clap_complete/tests/
Dgeneral.rs10 assert_eq!(input.get_value_hint(), clap::builder::ValueHint::AnyPath); in infer_value_hint_for_path_buf()
/third_party/rust/crates/clap/src/builder/
Ddebug_asserts.rs265 if arg.get_value_hint() == ValueHint::CommandWithArguments { in assert_app()
725 if arg.get_value_hint() != ValueHint::Unknown { in assert_arg()
732 if arg.get_value_hint() == ValueHint::CommandWithArguments { in assert_arg()
Darg.rs3875 pub fn get_value_hint(&self) -> ValueHint { in get_value_hint() method
/third_party/rust/crates/clap/clap_complete/src/shells/
Dfish.rs182 match option.get_value_hint() { in value_completion()
Dzsh.rs395 match arg.get_value_hint() {
/third_party/rust/crates/clap/clap_complete_fig/src/
Dfig.rs437 match arg.get_value_hint() { in gen_args()
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs450 match arg.get_value_hint() { in complete_arg_value()