tori-rs/.justfile
2026-03-30 08:23:48 -03:00

4 lines
122 B
Makefile

watch command="run" args="":
DEBUG=${DEBUG:-} watchexec -c -w src -- cargo {{ command }} {{ args }}
alias w := watch