add recipes for observing the app's console
This commit is contained in:
parent
ed8919cf38
commit
da8e4ee47b
1 changed files with 8 additions and 0 deletions
8
justfile
8
justfile
|
|
@ -1,6 +1,14 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
# run Textual's console
|
||||
console:
|
||||
uv run textual console
|
||||
|
||||
# run app with logs going to console
|
||||
run-dev:
|
||||
uv run textual run --dev src/teilchensammler_cli/__init__.py
|
||||
|
||||
uv_export_options := "--format requirements.txt --quiet"
|
||||
exports-deps:
|
||||
uv export {{ uv_export_options }} --output-file requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue