Home
last modified time | relevance | path

Searched refs:CommandString (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Dvalue_hint.rs46 CommandString, enumerator
86 "commandstring" => ValueHint::CommandString, in from_str()
/third_party/rust/crates/clap/clap_complete/examples/
Dcompletion.rs61 .value_hint(ValueHint::CommandString), in build_cli()
Dcompletion-derive.rs54 #[arg(short, long, value_hint = ValueHint::CommandString)]
/third_party/rust/crates/clap/clap_complete/src/shells/
Dfish.rs189 ValueHint::CommandString | ValueHint::CommandName => { in value_completion()
Dzsh.rs405 ValueHint::CommandString => "_cmdstring",
/third_party/rust/crates/clap/clap_complete/tests/
Dcommon.rs222 .value_hint(clap::ValueHint::CommandString), in value_hint_command()
/third_party/rust/crates/clap/clap_complete_fig/tests/
Dcommon.rs217 .value_hint(clap::ValueHint::CommandString), in value_hint_command()
/third_party/rust/crates/clap/clap_mangen/tests/
Dcommon.rs215 .value_hint(clap::ValueHint::CommandString), in value_hint_command()
/third_party/rust/crates/clap/clap_complete_fig/src/
Dfig.rs456 ValueHint::CommandString | ValueHint::CommandName | ValueHint::CommandWithArguments => { in gen_args()
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs468 | clap::ValueHint::CommandString in complete_arg_value()