aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9802a8f..9adde5d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,6 +14,7 @@ dev = ["pytest>=8"]
[project.scripts]
idatui = "idatui.tui:main"
+ida-tui = "idatui.launch:main" # caveman one-shot: `ida-tui foo.elf`
[build-system]
requires = ["hatchling"]