chore: Update justfile

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
Tim Hårek Andreassen 2024-10-02 19:07:15 +02:00
parent ff9f40e2f8
commit dabd75acd9
No known key found for this signature in database
GPG key ID: E59C7734F0E10EB5

View file

@ -4,8 +4,8 @@ default:
build:
echo "not implemented yet"
dev:
go run cmd/yr.go
dev +args='--help':
go run main.go {{args}}
test:
go test ./...