mirror of
https://github.com/go-task/task.git
synced 2026-07-08 06:28:44 +00:00
feat: warn about move from any variables to map variables (#1618)
This commit is contained in:
@@ -27,6 +27,7 @@ type Experiment struct {
|
||||
var (
|
||||
GentleForce Experiment
|
||||
RemoteTaskfiles Experiment
|
||||
AnyVariables Experiment
|
||||
MapVariables Experiment
|
||||
)
|
||||
|
||||
@@ -34,6 +35,7 @@ func init() {
|
||||
readDotEnv()
|
||||
GentleForce = New("GENTLE_FORCE")
|
||||
RemoteTaskfiles = New("REMOTE_TASKFILES")
|
||||
AnyVariables = New("ANY_VARIABLES", "1", "2")
|
||||
MapVariables = New("MAP_VARIABLES", "1", "2")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user