mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 03:36:41 +01:00
justfile: list by default
This commit is contained in:
parent
e6ca672b3a
commit
88f22c96c6
1 changed files with 1 additions and 2 deletions
3
Justfile
3
Justfile
|
|
@ -1,4 +1,3 @@
|
||||||
upstreams := "codeberg origin" # TODO!
|
|
||||||
debug := "reset && cargo run --"
|
debug := "reset && cargo run --"
|
||||||
release := "reset && cargo run --release --"
|
release := "reset && cargo run --release --"
|
||||||
name := "-n tek"
|
name := "-n tek"
|
||||||
|
|
@ -13,7 +12,7 @@ grcov-binary := "--binary-path ./target/coverage/deps/"
|
||||||
grcov-ignore := "--ignore-not-existing --ignore '../*' --ignore \"/*\" --ignore 'target/*'"
|
grcov-ignore := "--ignore-not-existing --ignore '../*' --ignore \"/*\" --ignore 'target/*'"
|
||||||
|
|
||||||
default:
|
default:
|
||||||
bacon -s
|
just -l
|
||||||
tui:
|
tui:
|
||||||
cargo run --example tui
|
cargo run --example tui
|
||||||
cloc:
|
cloc:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue