default: just --list build: echo "not implemented yet" dev +args='--help': go run main.go {{args}} test: go test ./... tidy: go mod tidy vet: go vet ./...