Lines Matching defs:cmd
111 let cmd = Command::new("dym").subcommand(Command::new("subcmd")); in subcmd_did_you_mean_output() localVariable
131 let cmd = Command::new("dym") in subcmd_did_you_mean_output_ambiguous() localVariable
151 let cmd = Command::new("dym") in subcmd_did_you_mean_output_arg() localVariable
169 let cmd = Command::new("dym") in subcmd_did_you_mean_output_arg_false_positives() localVariable
198 let cmd = Command::new("clap-test").version("2.6").subcommand( in visible_aliases_help_output() localVariable
222 let cmd = Command::new("clap-test") in invisible_aliases_help_output() localVariable
335 let mut cmd = Command::new("myprog") in subcommand_placeholder_test() localVariable
363 let cmd = Command::new("cmd").subcommand(Command::new("subcmd")); in subcommand_used_after_double_dash() localVariable
398 let cmd = Command::new("opt") in issue_2494_subcommand_is_present() localVariable
424 let cmd = Command::new("fake") in subcommand_not_recognized() localVariable
446 let cmd = Command::new("busybox") in busybox_like_multicall() localVariable
468 let mut cmd = Command::new("hostname") in hostname_like_multicall() localVariable
495 let cmd = Command::new("repl") in bad_multicall_command_error() localVariable
548 let mut cmd = Command::new("repl") in cant_have_args_with_multicall() localVariable
570 let cmd = Command::new("repl") in multicall_help_flag() localVariable
590 let cmd = Command::new("repl") in multicall_help_subcommand() localVariable
610 let mut cmd = Command::new("repl") in multicall_render_help() localVariable