1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
build: cargo build --release run: cargo run -- another test.txt -vv run-verbose: cargo run -- another test.txt -vvv test: cargo test dpush: docker buildx build -t caladreas/git-next-tag-rust:0.1.0-rc04 . --push