update README.md

This commit is contained in:
ValKmjolnir
2022-02-14 17:29:26 +08:00
parent 5fba784d05
commit 0291908675
3 changed files with 29 additions and 21 deletions

View File

@@ -114,7 +114,9 @@ void execute(const std::string& file,const uint32_t cmd)
int main(int argc,const char* argv[])
{
if(argc<=1)
if(!argc)
return 0;
if(argc==1)
{
logo();
return 0;