mirror of
https://github.com/go-task/task.git
synced 2026-06-23 20:55:52 +00:00
e339a64261426a74bef8c619d3185f84ca816f01
Consider a task:
test:
cmds:
- pytest {{.CLI_ARGS}}
Running `task test -- -m "not foo"` should be equivalent
to running `pytest -m "not foo"`. However, with the current
implementation the quoting of CLI_ARGS is lost and the task
executes `python -m not foo`, which results in an error.
Task
Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
See taskfile.dev for the documentation.
Description
Languages
Go
84%
Vue
4.9%
Shell
4.7%
TypeScript
4.4%
PowerShell
1.4%
Other
0.5%