feat: 简化并统一命令行入口

删除了原有 __main__.py 中冗长且烦人的说教, heurams 现作为所有功能的
统一入口, 并移除了单独的 heurams-tui 入口(现为 heurams tui)
This commit is contained in:
2026-05-16 23:46:39 +08:00
parent be9e79b576
commit 2735465629
4 changed files with 52 additions and 21 deletions
-1
View File
@@ -61,7 +61,6 @@ default = true
[project.scripts]
heurams = "heurams.__main__:main"
heurams-tui = "heurams.interface.__main__:main"
[tool.pytest.ini_options]
testpaths = ["tests"]