This enumeration differentiates the source of input when parsing an option type. Note that boolean options, in particular, are treated differently when supplied on the command line from how they are treated when supplied by an environment variable (see 'balcl_commandline').
Synopsis
Declared in <balcl_typeinfo.h>
enum ParseInputSource;
Members
Name |
Description |
|
input came from the command line |
|
input came from an environment variable |
Created with MrDocs