Calculate damage (not used yet)
This commit is contained in:
parent
4f25324929
commit
68a0a21f3a
3 changed files with 22 additions and 10 deletions
6
justfile
6
justfile
|
|
@ -46,9 +46,13 @@ check *args:
|
|||
# Runs a clippy check with JSON message format
|
||||
check-json: (check '--message-format=json')
|
||||
|
||||
dev *args:
|
||||
cargo fmt
|
||||
just run {{args}}
|
||||
|
||||
# Run with debug logs
|
||||
run *args:
|
||||
env RUST_LOG=debug RUST_BACKTRACE=full cargo run --release {{args}}
|
||||
env RUST_LOG=cosmic_term=debug RUST_BACKTRACE=full cargo run --release {{args}}
|
||||
|
||||
# Installs files
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue