1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/taskfile/ast
Matheus Mina 5581954fb1
feat: allow providing single or multi prompts (#1866)
* Add new type to handle single or multi prompts

* update docs

* apply review
2024-10-29 13:37:03 +00:00
..
call.go feat: invert call.Direct (#1459) 2024-01-10 21:32:49 -03:00
cmd.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
dep.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
for.go fix: matrix loops should be deterministic (#1784) 2024-09-02 22:43:54 +01:00
glob.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
graph.go feat: taskfile mutex for adding edge data 2024-04-24 18:33:56 +01:00
include.go feat: add option to declare an included Taskfile as flatten (#1704) 2024-08-26 17:17:39 -04:00
location.go refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
output.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
platforms_test.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
platforms.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
precondition_test.go refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
precondition.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
prompt.go feat: allow providing single or multi prompts (#1866) 2024-10-29 13:37:03 +00:00
requires.go feat: option to ensure variable is within the list of values (#1827) 2024-10-18 18:16:57 +02:00
task.go feat: allow providing single or multi prompts (#1866) 2024-10-29 13:37:03 +00:00
taskfile_test.go refactor: orderedmap package -> omap 2024-01-11 14:00:30 +00:00
taskfile.go feat: add option to declare an included Taskfile as flatten (#1704) 2024-08-26 17:17:39 -04:00
tasks.go fix: include flatten with a default task (#1778) 2024-09-06 10:44:28 -03:00
var.go feat: variable references (#1654) 2024-05-16 16:20:59 +01:00