repotool/justfile

8 lines
113 B
Makefile
Raw Normal View History

2024-10-16 14:27:30 -07:00
_default:
just --list
# Run the development version of the binary
run-dev *args:
cargo run -- {{args}}