refactor: 重构所有CLI工具,替换内置Runner为原生argparse实现

This commit is contained in:
2026-06-22 07:51:29 +08:00
parent 50e74180a2
commit 0b97846d77
14 changed files with 586 additions and 503 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ pymake = "pyflowx.cli.pymake:main"
scrcap = "pyflowx.cli.screenshot:main"
sshcopy = "pyflowx.cli.sshcopyid:main"
taskk = "pyflowx.cli.taskkill:main"
whichcmd = "pyflowx.cli.which:main"
wch = "pyflowx.cli.which:main"
[project.optional-dependencies]
dev = [