mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-08-28 12:56:57 +02:00
rework command/namespace dispatch
This commit is contained in:
parent
def7a1b210
commit
406aabde6e
15 changed files with 586 additions and 374 deletions
8
Justfile
8
Justfile
|
|
@ -1,7 +1,11 @@
|
|||
#export RUSTFLAGS := "--cfg procmacro2_semver_exempt -Zmacro-backtrace -Clink-arg=-fuse-ld=mold"
|
||||
export RUST_BACKTRACE := "1"
|
||||
|
||||
default +ARGS="new":
|
||||
[default]
|
||||
list:
|
||||
just -l
|
||||
|
||||
now +ARGS="new":
|
||||
cargo run -- {{ARGS}}
|
||||
|
||||
doc +ARGS="":
|
||||
|
|
@ -44,7 +48,7 @@ run-init:
|
|||
rm -rf ~/.config/tek && {{debug}}
|
||||
|
||||
prof:
|
||||
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --
|
||||
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph -- new
|
||||
|
||||
release := "reset && cargo run --release --"
|
||||
release:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue