Rename CLI entry points from mppt/mppt-gui to bench/bench-gui

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 19:46:38 +07:00
parent 1c41910c1e
commit 657ff27845
2 changed files with 30 additions and 30 deletions

View File

@@ -24,5 +24,5 @@ packages = ["testbench"]
"HIOKI-3193-10/hioki3193" = "hioki3193"
[project.scripts]
mppt = "testbench.cli:main"
mppt-gui = "testbench.gui:main"
bench = "testbench.cli:main"
bench-gui = "testbench.gui:main"