Clean up code and add support for multiple operations in expression

This commit is contained in:
2021-03-01 16:44:33 -08:00
parent a95d054189
commit 291b7a906c
5 changed files with 71 additions and 21 deletions
+1 -1
View File
@@ -66,4 +66,4 @@ func doShellScript(args map[string]interface{}) (interface{}, error) {
} else {
return nil, errors.New("script not provided")
}
}
}