mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -07:00
rename cli
This commit is contained in:
parent
4f2887214a
commit
fef6b5c1cf
3 changed files with 2 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -5,8 +5,7 @@ __pycache__/
|
||||||
.venv/
|
.venv/
|
||||||
venv/
|
venv/
|
||||||
|
|
||||||
main.spec
|
cli.spec
|
||||||
cmd.spec
|
|
||||||
gui.spec
|
gui.spec
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
|
|
|
||||||
2
justfile
2
justfile
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue