DragonOS/user/apps/shell/cmd_help.h

10 lines
138 B
C
Raw Normal View History

2022-05-25 14:50:32 +00:00
#pragma once
#include "cmd.h"
2022-05-30 09:39:45 +00:00
int shell_help(int argc, char **argv);
2022-05-25 14:50:32 +00:00
/**
* @brief cd命令的帮助信息
*
*/
void shell_help_cd();