mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46: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 --"
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue