1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/internal/output
Pete Davison f22389a824
feat: implement task sorting with --sort flag (#1105)
* refactor: move deepcopy into its own package

* feat: add generic orderedmap implementation

* refactor: implement tasks with orderedmap

* feat: implement sort flag for all task outputs

* refactor: implement vars with orderedmap

* chore: docs

* fix: linting issues

* fix: non deterministic behavior in tests
2023-04-06 12:07:57 +01:00
..
group.go Add ability to set error_only: true on the group output mode 2023-03-08 22:34:52 -03:00
interleaved.go Add ability to set error_only: true on the group output mode 2023-03-08 22:34:52 -03:00
output_test.go feat: implement task sorting with --sort flag (#1105) 2023-04-06 12:07:57 +01:00
output.go Add ability to set error_only: true on the group output mode 2023-03-08 22:34:52 -03:00
prefixed.go Add ability to set error_only: true on the group output mode 2023-03-08 22:34:52 -03:00