Enumerate the categories of command‐line arguments.

Synopsis

Declared in <balcl_optioninfo.h>

enum ArgType;

Members

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

Created with MrDocs