From d68e2a43a2dae5be1fac7e76ee75df1fdadd6b9f Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Thu, 4 Jan 2024 15:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=BB=98=E8=AE=A4=E6=89=A7?= =?UTF-8?q?=E8=A1=8Call=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywxdump/cli.py b/pywxdump/cli.py index ec07b64..9a7b7ed 100644 --- a/pywxdump/cli.py +++ b/pywxdump/cli.py @@ -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')