diff --git a/justfile b/justfile index 6abf203..9551a52 100644 --- a/justfile +++ b/justfile @@ -9,7 +9,8 @@ test: build: go build -o snowman -run: +# runs snowman with the given command and arguments +run *COMMAND: go run main.go {{COMMAND}} # builds snowman for all officially supported platforms