[project] add "run" recipe to start the app with fewer keystrokes
Although history recall is a thing in all shells.
This commit is contained in:
parent
f52ac0e69f
commit
f37e920e00
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -12,6 +12,9 @@ console:
|
|||
run-dev:
|
||||
uv run textual run --dev src/teilchensammler_cli/__init__.py
|
||||
|
||||
run:
|
||||
uv run python -m teilchensammler_cli.main
|
||||
|
||||
uv_export_options := "--frozen --format requirements.txt --quiet --no-install-project"
|
||||
exports-deps:
|
||||
uv export {{ uv_export_options }} --output-file requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue