1 2 3 4 5 6 7 8 9 10 11
format: cargo fmt && cargo clippy test: cargo test commit-and-push: git add . git commit -m "Update parser" git push origin