A type of mutation that can be applied to an environment variable.

Variables

@:enum@:implread onlyAppend:EnvironmentVariableMutatorType

Append to the end of the variable's existing value.

@:enum@:implread onlyPrepend:EnvironmentVariableMutatorType

Prepend to the start of the variable's existing value.

@:enum@:implread onlyReplace:EnvironmentVariableMutatorType

Replace the variable's existing value.