1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
_: @just --list # example log log: cargo run --example log # publish publish: cargo publish # test all test: cargo test cd demo/test_clap; cargo build; cargo test