1
0
mirror of https://github.com/go-task/task.git synced 2025-06-23 00:38:19 +02:00

feat: make map variables experiment (prop 2) generally available (#2081)

* feat: make map variables experiment (prop 2) generally available

* docs: remove map variables experiment page and update usage to include map variable info
This commit is contained in:
Pete Davison
2025-03-26 21:40:09 +00:00
committed by GitHub
parent cb14a4f3a1
commit c6f1b3ae4f
5 changed files with 56 additions and 353 deletions

View File

@ -44,7 +44,7 @@ func init() {
GentleForce = New("GENTLE_FORCE", 1)
RemoteTaskfiles = New("REMOTE_TASKFILES", 1)
AnyVariables = New("ANY_VARIABLES")
MapVariables = New("MAP_VARIABLES", 1, 2)
MapVariables = New("MAP_VARIABLES")
EnvPrecedence = New("ENV_PRECEDENCE", 1)
}