增加默认执行all命令
This commit is contained in:
parent
5a8540d80e
commit
e044603683
@ -466,7 +466,7 @@ def console_run():
|
||||
|
||||
# 检查是否需要显示帮助信息
|
||||
if len(sys.argv) == 1:
|
||||
sys.argv.append(' all')
|
||||
sys.argv.append('all')
|
||||
elif len(sys.argv) == 2 and sys.argv[1] in modes.keys() and sys.argv[1] not in [main_all.mode, main_wx_info.mode,
|
||||
main_wx_db_path.mode]:
|
||||
sys.argv.append('-h')
|
||||
|
Loading…
Reference in New Issue
Block a user