MCPcopy Create free account
hub / github.com/git/git / list_user_interfaces_help

Function list_user_interfaces_help

help.c:453–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void list_user_interfaces_help(void)
454{
455 struct category_description catdesc[] = {
456 { CAT_userinterfaces, N_("User-facing repository, command and file interfaces:") },
457 { 0, NULL }
458 };
459 print_cmd_by_category(catdesc, NULL);
460 putchar('\n');
461}
462
463void list_developer_interfaces_help(void)
464{

Callers 1

cmd_helpFunction · 0.85

Calls 1

print_cmd_by_categoryFunction · 0.85

Tested by

no test coverage detected