1 #pragma once 2 3 #include "cmd.h" 4 int shell_help(int argc, char **argv); 5 6 /** 7 * @brief cd命令的帮助信息 8 * 9 */ 10 void shell_help_cd();