mirror of
https://github.com/go-task/task.git
synced 2025-04-11 11:41:56 +02:00
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
90.6%
Shell
5.4%
TypeScript
1.5%
CSS
1%
JavaScript
1%
Other
0.5%