From 86ef69821980bd7c0ab888a190f1b13dd22ed9a6 Mon Sep 17 00:00:00 2001 From: bronsen Date: Thu, 19 Feb 2026 21:02:02 +0100 Subject: [PATCH] just: hide useless recipe --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 5e9a45e..0f7c76b 100644 --- a/justfile +++ b/justfile @@ -18,7 +18,7 @@ console: the_app := "teilchensammler_cli.main" # run app with logs going to console -run-dev: +run-console: uv run textual run --dev {{ the_app }} # run the app @@ -65,6 +65,7 @@ ci: lint # woodpecker-cli exec "whatever" # create a new realese [CURRENTLY USELESS] +[private] release: @echo remember to git tag and update pyproject.toml uv build