This commit is contained in:
Valk Richard Li
2020-02-10 13:53:39 +08:00
committed by GitHub
parent 418ce58cbf
commit 191f7e2ed9
4 changed files with 53 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ int main()
std::cin>>command;
if(command=="help")
{
std::cout<<">> be careful that this program does not support unicode(unicode will be set to \'?\')"<<std::endl;
std::cout<<">> [\'file\'] input a file."<<std::endl;
std::cout<<">> [cls ] clear the screen."<<std::endl;
std::cout<<">> [del ] clear the resource code."<<std::endl;