Option.env

set the env variable's key so that the option can set its value from env

class Option
env
(
string name
)

Parameters

name string

the env variable's key

Return Value

Type: Self

Self for chain call

Meta