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