Implement close project, fixes #126
This commit is contained in:
parent
83637bbfd2
commit
375de393d8
3 changed files with 52 additions and 13 deletions
4
justfile
4
justfile
|
|
@ -43,6 +43,10 @@ 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=cosmic_edit=info RUST_BACKTRACE=full cargo run --release {{args}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue