aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9802a8f..30f8cc2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,8 @@ tui = ["textual>=8", "pygments>=2"] # pygments ships with rich; explicit for th
dev = ["pytest>=8"]
[project.scripts]
-idatui = "idatui.tui:main"
+idatui = "idatui.launch:main"
+ida-tui = "idatui.launch:main" # caveman one-shot: `ida-tui foo.elf`
[build-system]
requires = ["hatchling"]