feat: add sh and map (value) support

This commit is contained in:
Pete Davison
2023-12-23 04:59:10 +00:00
parent d87e7981fb
commit 2ccf80713d
3 changed files with 65 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ func init() {
readDotEnv()
GentleForce = New("GENTLE_FORCE")
RemoteTaskfiles = New("REMOTE_TASKFILES")
AnyVariables = New("ANY_VARIABLES")
AnyVariables = New("ANY_VARIABLES", "1", "2")
}
func New(xName string, enabledValues ...string) Experiment {