Searched refs:CommandWithArguments (Results 1 – 11 of 11) sorted by relevance
57 CommandWithArguments, enumerator87 "commandwitharguments" => ValueHint::CommandWithArguments, in from_str()
259 if arg.get_value_hint() == ValueHint::CommandWithArguments { in assert_app()721 if arg.get_value_hint() == ValueHint::CommandWithArguments { in assert_arg()
68 .value_hint(ValueHint::CommandWithArguments), in build_cli()
57 #[arg(trailing_var_arg = true, value_hint = ValueHint::CommandWithArguments)]
224 .value_hint(clap::ValueHint::CommandWithArguments), in value_hint_command()
229 .value_hint(clap::ValueHint::CommandWithArguments), in value_hint_command()
222 .value_hint(clap::ValueHint::CommandWithArguments), in value_hint_command()
456 ValueHint::CommandString | ValueHint::CommandName | ValueHint::CommandWithArguments => { in gen_args()
408 ValueHint::CommandWithArguments => "_cmdambivalent",
469 | clap::ValueHint::CommandWithArguments in complete_arg_value()
231 - Allow using `Arg::last(true)` with `Arg::value_hint(ValueHint::CommandWithArguments)`