rust-parser-combinator/justfile
2024-01-29 17:28:01 -08:00

7 lines
71 B
Makefile

_default:
just --list
test *args:
cargo nextest run {{args}}