diff --git a/justfile b/justfile index 5ea0620..bd10a06 100644 --- a/justfile +++ b/justfile @@ -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 ./...