Skip to content

Commit

Permalink
修不带参数无法启动
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Nov 23, 2024
1 parent 8ab1080 commit a6554ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ elseif rArg[1]=='-s' or rArg[1]=='--shell' then
commands.shell()
elseif rArg[1]=='-v' or rArg[1]=='--version' then
commands.version()
else
elseif rArg[1] then
commands.unknown()
end

Expand Down

0 comments on commit a6554ef

Please sign in to comment.