mirror of
https://github.com/go-task/task.git
synced 2026-06-25 13:46:13 +00:00
allow assigning variables to tasks at run time via CLI
using a similar syntax than setting env variables to command in bash, but used right after the task: ```bash task print MESSAGE=Hello! ``` closes #33
This commit is contained in:
@@ -34,6 +34,7 @@ test:
|
||||
desc: Runs test suite
|
||||
deps: [install]
|
||||
cmds:
|
||||
- go test ./args
|
||||
- go test
|
||||
|
||||
# https://github.com/goreleaser/goreleaser
|
||||
|
||||
Reference in New Issue
Block a user