You've already forked uutils-args
mirror of
https://github.com/uutils/uutils-args.git
synced 2026-06-10 16:13:08 -07:00
6 lines
155 B
Makefile
6 lines
155 B
Makefile
check:
|
|
cargo fmt --all
|
|
cargo test --features complete
|
|
cargo clippy --all-targets --features complete --workspace -- -D warnings
|
|
cargo doc
|