GetoptResult

The result of the getopt function.

helpWanted is set if the option --help or -h was passed to the option parser.

struct GetoptResult {}

Members

Variables

helpWanted
bool helpWanted;

Flag indicating if help was requested

options
Option[] options;

All possible options

Meta