🆕 cat命令

This commit is contained in:
fslongjin
2022-05-30 17:39:45 +08:00
parent 9ee6d33318
commit 85707bd8cc
7 changed files with 99 additions and 38 deletions

View File

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