DragonOS/user/apps/shell/cmd_help.h
fslongjin 85707bd8cc 🆕 cat命令
2022-05-30 17:39:45 +08:00

10 lines
138 B
C

#pragma once
#include "cmd.h"
int shell_help(int argc, char **argv);
/**
* @brief cd命令的帮助信息
*
*/
void shell_help_cd();