mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🆕 cd命令
This commit is contained in:
10
user/apps/shell/cmd_help.h
Normal file
10
user/apps/shell/cmd_help.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "cmd.h"
|
||||
void shell_help();
|
||||
|
||||
/**
|
||||
* @brief cd命令的帮助信息
|
||||
*
|
||||
*/
|
||||
void shell_help_cd();
|
Reference in New Issue
Block a user