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

View file

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