Enumerate the categories of command-line arguments.
Declared in <balcl_optioninfo.h>
enum ArgType;
| Name | Description |
|---|---|
e_FLAG | boolean option (present on command line, or not) |
e_OPTION | option having a value |
e_NON_OPTION | other command-line argument |