1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/taskfile
2023-10-21 21:10:42 -03:00
..
read feat: unify prompts (#1344) 2023-10-07 21:55:43 +00:00
call.go feat: implement gentle force experiment draft (#1216) 2023-06-18 02:32:18 +01:00
cmd.go fix: silent should be processed via taskCall 2023-07-24 22:05:40 -03:00
dep.go fix: ensure that calls to other tasks can be silenced (#680) 2023-05-22 22:09:29 -03:00
for.go feat: for 2023-07-24 22:05:40 -03:00
included_taskfile.go feat: remote taskfiles (HTTP) (#1152) 2023-09-12 22:42:54 +01:00
location.go feat: add task location data to json output (#1056) 2023-03-17 12:34:06 +00:00
merge.go refactor(merge): use constant 2023-10-21 21:10:42 -03:00
output.go Add ability to set error_only: true on the group output mode 2023-03-08 22:34:52 -03:00
platforms_test.go refactor: use require for testing errors (#1100) 2023-04-06 11:18:41 +01:00
platforms.go fix: deep copying pointers inside slices (#1072) 2023-03-25 16:13:06 -03:00
precondition_test.go refactor: use require for testing errors (#1100) 2023-04-06 11:18:41 +01:00
precondition.go feat: enforce gofumpt linter 2023-04-05 21:55:42 -03:00
requires.go feat: add ability to specify which vars are required (#1204) 2023-06-29 22:13:41 -03:00
task.go feat: add ability to set watch: true in Taskfile (#1361) 2023-10-07 18:06:43 -03:00
taskfile_test.go feat: implement task sorting with --sort flag (#1105) 2023-04-06 12:07:57 +01:00
taskfile.go fix: nil pointer when version is omitted (#1149) 2023-05-02 16:51:39 +01:00
tasks.go feat: implement task sorting with --sort flag (#1105) 2023-04-06 12:07:57 +01:00
var.go feat: implement task sorting with --sort flag (#1105) 2023-04-06 12:07:57 +01:00