mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02: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
91%
Shell
5.1%
TypeScript
1.5%
CSS
1%
JavaScript
1%
Other
0.4%