rust-parser-combinator/justfile

7 lines
71 B
Makefile

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