| 329 | } |
| 330 | |
| 331 | static int subcmd_two(int argc, const char **argv, const char *prefix UNUSED, |
| 332 | struct repository *repo UNUSED) |
| 333 | { |
| 334 | printf("fn: subcmd_two\n"); |
| 335 | print_args(argc, argv); |
| 336 | return 0; |
| 337 | } |
| 338 | |
| 339 | static int parse_subcommand__cmd(int argc, const char **argv, |
| 340 | enum parse_opt_flags test_flags) |
nothing calls this directly
no test coverage detected