Add a dash to tempdir prefix (#1828)
This commit is contained in:
6
justfile
6
justfile
@@ -10,6 +10,9 @@ log := "warn"
|
||||
|
||||
export JUST_LOG := log
|
||||
|
||||
watch +args='test':
|
||||
cargo watch --clear --exec '{{ args }}'
|
||||
|
||||
test:
|
||||
cargo test
|
||||
|
||||
@@ -36,9 +39,6 @@ build:
|
||||
fmt:
|
||||
cargo fmt --all
|
||||
|
||||
watch +COMMAND='test':
|
||||
cargo watch --clear --exec "{{COMMAND}}"
|
||||
|
||||
man:
|
||||
cargo build --features help4help2man
|
||||
help2man \
|
||||
|
||||
Reference in New Issue
Block a user