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

Function list_guides_help

help.c:443–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443void list_guides_help(void)
444{
445 struct category_description catdesc[] = {
446 { CAT_guide, N_("The Git concept guides are:") },
447 { 0, NULL }
448 };
449 print_cmd_by_category(catdesc, NULL);
450 putchar('\n');
451}
452
453void list_user_interfaces_help(void)
454{

Callers 1

cmd_helpFunction · 0.85

Calls 1

print_cmd_by_categoryFunction · 0.85

Tested by

no test coverage detected