File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ alias r := ready
1010# or install via `cargo install cargo-binstall`
1111# Initialize the project by installing all the necessary tools.
1212init :
13- cargo binstall bacon typos-cli taplo-cli cargo-llvm-cov -y
13+ cargo binstall watchexec-cli typos-cli taplo-cli cargo-llvm-cov -y
1414
1515install :
1616 pnpm install
@@ -26,12 +26,15 @@ ready:
2626 just lint
2727 git status
2828
29- watch :
30- bacon
29+ watch * args = ' ':
30+ watchexec {{ args}}
31+
32+ watch-check :
33+ just watch " 'cargo check; cargo clippy'"
3134
3235# Run the example in `parser`, `formatter`, `linter`
3336example * args = ' ':
34- bacon example -- {{ args}}
37+ cargo run -- example resolver -- {{ args}}
3538
3639# Format all files
3740fmt :
You can’t perform that action at this time.
0 commit comments