MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / msh_opt_help

Function msh_opt_help

components/finsh/msh.c:940–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940static void msh_opt_help(msh_cmd_opt_t *cmd_opt)
941{
942 msh_cmd_opt_t *opt = cmd_opt;
943
944 for (; opt->id; opt++)
945 {
946 rt_kprintf("%-16s - %s\n", opt->name, opt->des);
947 }
948 rt_kprintf("\n");
949}
950
951void msh_opt_auto_complete(char *prefix)
952{

Callers 1

msh_opt_auto_completeFunction · 0.85

Calls 1

rt_kprintfFunction · 0.85

Tested by

no test coverage detected