Class Arg.OptLibrary()->Env

Inheritance graph
Arg.OptLibrary.Opt Arg.OptLibrary.Env
Description

Environment fallback for an option. Can of course be used as only Opt source.

Example

Opt debug = NoOpt("--debug")|Env("MY_DEBUG");


Inherit Opt

inherit Opt : Opt