ZyanArgParseDefinition_
Contents
Detailed Description
Definition of a single argument.
Member Data Documentation
ZyanBoolZyanArgParseDefinition_::boolean
Whether the argument is boolean or expects a value.
constchar*ZyanArgParseDefinition_::name
The argument name, e.g. --help.
Must start with either one or two dashes. Single dash arguments must consist of a single character, (e.g.
-n), double-dash arguments can be of arbitrary length.
ZyanBoolZyanArgParseDefinition_::required
Whether this argument is required (error if missing).
Name
ZyanArgParseDefinition_
Synopsis
#include <ArgParse.h>
PublicAttributes
const char * nameZyanBoolbooleanZyanBoolrequired