rename cli

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 05:34:49 -07:00
parent 4f2887214a
commit fef6b5c1cf
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
3 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View file

@ -5,8 +5,7 @@ __pycache__/
.venv/ .venv/
venv/ venv/
main.spec cli.spec
cmd.spec
gui.spec gui.spec
build/ build/
dist/ dist/

View file

@ -11,7 +11,7 @@ format:
uv run ruff format src test uv run ruff format src test
compile: compile:
uv run pyinstaller src/cmd.py uv run pyinstaller src/cli.py
uv run pyinstaller src/gui.py uv run pyinstaller src/gui.py
clean: clean: