package
0.2.0
Repository: https://github.com/bazelbuild/rules_web.git
Documentation: pkg.go.dev

# Functions

BulkUpdateEnv returns a new slice suitable for use with exec.Cmd.Env based on env but with environment variables for the keys in update added/changed to the values in update.
IsTruthyEnv return true if name is set in the environment and has value other than 0 or false (case-insensitive).
UpdateEnv takes an environment array, an env var name, and an environment var value and updates the current definition of the env var or adds a new environment variable definition.