command_show
COMMAND_SET(show, "show", "show variable(s)", command_show);
COMMAND_SET(show, "show", "show variable(s)", command_show);
COMMAND_SET(printenv, "printenv", "show variable(s)", command_show);
static int command_show(int argc, char *argv[]);