Environment
interface Environment
This models the runtime environment of the shell where the app is running. Optionally pass a separator to use for multi-values otherwise a standard comma is used - this means you MUST override the separator if you have single values which contain commas, otherwise singular environment keys will just retrieve the first value.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Overlays the configuration set in this Environment on top of the values in the passed Environment. Used to chain: eg. Local File -> System Properties -> Env Properties -> Defaults
Link copied to clipboard
Link copied to clipboard