ENV

set the env key from which get the values to a registered option

mixin template ENV (
alias field
string envKey
) {}

Members

Aliases

___FType___CMDLINE
alias ___FType___CMDLINE = typeof(field)
Undocumented in source.

Parameters

field

the option in the type of OptVal

envKey

the env key

Meta