aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9adde5d..30f8cc2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ 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]