|
BDE 4.14.0 Production release
|
Provide a type describing requirement and default value of option.
balcl_commandlineThis component provides a single complex-constrained (value-semantic) attribute class, balcl::OccurrenceInfo, that describes whether a command-line argument must be supplied by the user or whether that option is truly optional. If a command-line option is optional, it may have the additional attribute of being "hidden" – i.e., omitted by the printUsage method of balcl::CommandLine (see {balcl_commandline}). Additionally, default values can be provided for non-required options.
For further details see Occurrence Information Field and Example: Occurrence Information Field .
The intended use of this component is illustrated in Usage .