From 88f22c96c69ef134704109f5c363afb4c82d5beb Mon Sep 17 00:00:00 2001 From: unspeaker Date: Sat, 19 Apr 2025 01:20:25 +0300 Subject: [PATCH] justfile: list by default --- Justfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 3984b13c..f86ae529 100644 --- a/Justfile +++ b/Justfile @@ -1,4 +1,3 @@ -upstreams := "codeberg origin" # TODO! debug := "reset && cargo run --" release := "reset && cargo run --release --" name := "-n tek" @@ -13,7 +12,7 @@ grcov-binary := "--binary-path ./target/coverage/deps/" grcov-ignore := "--ignore-not-existing --ignore '../*' --ignore \"/*\" --ignore 'target/*'" default: - bacon -s + just -l tui: cargo run --example tui cloc: