1 2 3 4 5 6 7 8 9 10 11 12 13
set positional-arguments := true default: @just -l # 执行 markbase 命令 markbase *args: cargo run -- "$@" # 检查问题 verify: cargo clippy cargo test