1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
demo: cargo run -- -p foo -f content.txt -vvv # test everything test: cargo nextest run exec *ARGS: cargo run -- {{ARGS}} # format fmt: cargo fmt # lint with clippy lint: cargo clippy publish: cargo publish