DragonOS/user/apps/shell/cmd_help.h
fslongjin 37669ebf87 🆕 cd命令
2022-05-25 22:50:32 +08:00

10 lines
118 B
C

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