1
0
mirror of https://github.com/go-task/task.git synced 2025-01-26 05:27:15 +02:00
Kevin Ard 9bed7f7a9b feat (help): allow cli option to list tasks with no desc
added an add'l cli option that lists all tasks, with or without description.
orig. behavior: task -l lists tasks with desc field
new behaviour: task -la or task -a will list all tasks. if task has desc, it will be included.

BREAKING CHANGES: none, that I know of.
NOTES/Concerns:
- This is wip.
- Haven't checked how it interacts with bash completion.
- The new Executor.TaskNames func does not use e.CompiledTask(taskfile.Call{Task: task.Task})
2020-11-13 15:27:03 -05:00
2020-09-06 14:33:28 -03:00
2020-10-16 18:12:26 -05:00
2017-02-26 20:14:36 -03:00
2019-09-07 14:46:46 -03:00
2020-10-12 21:16:09 -03:00
2020-08-16 21:05:52 -03:00
2020-08-16 21:05:52 -03:00
2017-02-28 09:15:25 -03:00
2020-09-06 14:33:28 -03:00
2020-08-16 15:46:22 -03:00

Test GoReleaser GitHub All Releases

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 30 MiB
Languages
Go 89.2%
Shell 6.2%
TypeScript 1.8%
CSS 1.2%
JavaScript 1.1%
Other 0.5%