Home
last modified time | relevance | path

Searched refs:CommandWithArguments (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Dvalue_hint.rs57 CommandWithArguments, enumerator
87 "commandwitharguments" => ValueHint::CommandWithArguments, in from_str()
Ddebug_asserts.rs259 if arg.get_value_hint() == ValueHint::CommandWithArguments { in assert_app()
721 if arg.get_value_hint() == ValueHint::CommandWithArguments { in assert_arg()
/third_party/rust/crates/clap/clap_complete/examples/
Dcompletion.rs68 .value_hint(ValueHint::CommandWithArguments), in build_cli()
Dcompletion-derive.rs57 #[arg(trailing_var_arg = true, value_hint = ValueHint::CommandWithArguments)]
/third_party/rust/crates/clap/clap_complete_fig/tests/
Dcommon.rs224 .value_hint(clap::ValueHint::CommandWithArguments), in value_hint_command()
/third_party/rust/crates/clap/clap_complete/tests/
Dcommon.rs229 .value_hint(clap::ValueHint::CommandWithArguments), in value_hint_command()
/third_party/rust/crates/clap/clap_mangen/tests/
Dcommon.rs222 .value_hint(clap::ValueHint::CommandWithArguments), 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/shells/
Dzsh.rs408 ValueHint::CommandWithArguments => "_cmdambivalent",
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs469 | clap::ValueHint::CommandWithArguments in complete_arg_value()
/third_party/rust/crates/clap/
DCHANGELOG.md231 - Allow using `Arg::last(true)` with `Arg::value_hint(ValueHint::CommandWithArguments)`