1
0
mirror of https://github.com/go-task/task.git synced 2025-06-17 00:17:51 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
6ed30f1add Refactor variables: Keep order of declaration
This shouldn't have any behavior changes for now. This is a code
refactor that should allow us to do further improvements on how
variables are handled, specially regarding respecting the declaration
order in Taskfiles, which should make it easier for the users.

Initial work on #218
2020-04-05 11:16:14 -03:00
7373639f57 Expose .TASK variable with the task name
Closes #252
2019-12-07 19:43:10 -03:00
8efc38ad82 Use colors for some output messages 2019-05-26 18:36:39 -03:00
3cbc89769d Re-write import paths to v2 2018-11-04 21:23:35 -02:00
8bdf5c554d Fixes after updating mvdan.cc/sh 2018-09-01 11:02:23 -03:00
51998f706f Allow customizable number of expansions
Updates #66
2018-03-04 15:50:03 -03:00
1a3df08aca Allow global variables in the Taskfile
Closes #66
2018-03-04 15:39:14 -03:00
3556942516 Improve nested variables support
Closes #76 #89 #77 #83
2018-02-18 09:50:39 -03:00