Enumerate the occurrence requirements for a command-line option.
Declared in <balcl_occurrenceinfo.h>
enum OccurrenceType;
| 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 |