justfile: list by default

This commit is contained in:
🪞👃🪞 2025-04-19 01:20:25 +03:00
parent e6ca672b3a
commit 88f22c96c6

View file

@ -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: