logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ZyanArgParseDefinition_

Author

       Generated automatically by Doxygen for Zycore from the source code.

Zycore                                           Version 1.5.2.0                      ZyanArgParseDefinition_(3)

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

See Also