1
0
mirror of https://github.com/go-task/task.git synced 2025-04-11 11:41:56 +02:00
Peter Byfield e339a64261 Fix quoting of CLI_ARGS
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.
2021-11-25 14:13:45 +01:00
2021-10-27 14:48:00 -03:00
2021-11-25 14:13:45 +01:00
2021-11-09 16:18:42 +02:00
2021-10-02 18:29:07 -03:00
2017-02-26 20:14:36 -03:00
2021-04-20 14:54:24 +02:00
2021-10-30 11:15:56 -03:00
2021-10-02 12:33:07 +02:00
2021-10-02 17:52:02 -03:00
2021-07-31 19:36:40 -03:00
2021-01-12 10:43:45 -03:00
2017-02-28 09:15:25 -03:00
2020-12-27 19:07:38 -03:00
2021-05-08 15:02:08 -05:00

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
A task runner / simpler Make alternative written in Go
https://taskfile.dev/ Readme MIT 39 MiB
Languages
Go 90.6%
Shell 5.4%
TypeScript 1.5%
CSS 1%
JavaScript 1%
Other 0.5%