Initial revision
#ifndef __CMDS_H #define __CMDS_H CLI_CMD_DEFINE(cmd_Show); CLI_CMD_DEFINE(cmd_Mtd); CLI_CMD_DEFINE(cmd_Image); #endif