MCPcopy Create free account
hub / github.com/Entware/Entware / print_help

Function print_help

scripts/config/conf.c:50–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48static struct menu *rootEntry;
49
50static void print_help(struct menu *menu)
51{
52 struct gstr help = str_new();
53
54 menu_get_ext_help(menu, &help);
55
56 printf("\n%s\n", str_get(&help));
57 str_free(&help);
58}
59
60static void strip(char *str)
61{

Callers 4

conf_stringFunction · 0.85
conf_symFunction · 0.85
conf_choiceFunction · 0.85
check_confFunction · 0.85

Calls 4

str_newFunction · 0.85
menu_get_ext_helpFunction · 0.85
str_getFunction · 0.85
str_freeFunction · 0.85

Tested by

no test coverage detected