Skip to content

Commit

Permalink
Pass all arguments to just watch (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored May 15, 2019
1 parent d9986a3 commit 24311b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ build:
check:
cargo check

watch COMMAND='test':
cargo watch --clear --exec {{COMMAND}}
watch +COMMAND='test':
cargo watch --clear --exec "{{COMMAND}}"

version := `sed -En 's/version[[:space:]]*=[[:space:]]*"([^"]+)"/v\1/p' Cargo.toml | head -1`

Expand Down

0 comments on commit 24311b7

Please sign in to comment.