添加如果什么都没输入就输出的
Signed-off-by: open_ww3_project <ww3masster@1win.eu.org>
This commit is contained in:
@@ -5,6 +5,9 @@ import sys
|
||||
import os
|
||||
|
||||
# 设定
|
||||
if len(sys.argv) > 1:
|
||||
subprocess.run("python.exe .\\command\\help.py", shell=True)
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
command = sys.argv[1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user