Skip to content

Commit

Permalink
just: fix argument forwarding in the run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbe98 committed Jun 6, 2024
1 parent 0179724 commit 1b1cac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b1cac7

Please sign in to comment.