Searched refs:SCF2OP (Results 1 – 1 of 1) sorted by relevance
8 static SCF2OP: &str = "flag present 2 times variable357 check_complex_output("clap-test subcmd value -ff --option some", SCF2OP); in sc_short_flag_x2_comb_long_opt_pos()362 check_complex_output("clap-test subcmd value -ff -o some", SCF2OP); in sc_short_flag_x2_comb_short_opt_pos()367 check_complex_output("clap-test subcmd value -ff --option=some", SCF2OP); in sc_short_flag_x2_comb_long_opt_eq_pos()372 check_complex_output("clap-test subcmd value -ff -o=some", SCF2OP); in sc_short_flag_x2_comb_short_opt_eq_pos()377 check_complex_output("clap-test subcmd value --flag --flag --option some", SCF2OP); in sc_long_flag_x2_long_opt_pos()382 check_complex_output("clap-test subcmd value --flag --flag -o some", SCF2OP); in sc_long_flag_x2_short_opt_pos()387 check_complex_output("clap-test subcmd value --flag --flag -o=some", SCF2OP); in sc_long_flag_x2_short_opt_eq_pos()392 check_complex_output("clap-test subcmd value --flag --flag --option=some", SCF2OP); in sc_long_flag_x2_long_opt_eq_pos()397 check_complex_output("clap-test subcmd value -f -f --option some", SCF2OP); in sc_short_flag_x2_long_opt_pos()[all …]