Enumerate the occurrence requirements for a command‐line option.

Synopsis

Declared in <balcl_occurrenceinfo.h>

enum OccurrenceType;

Members

Name

Description

e_REQUIRED

option is required and not hidden

e_OPTIONAL

option is optional and not hidden

e_HIDDEN

option is optional and hidden

Created with MrDocs