CommandLine.h
Go to the documentation of this file.
CommandLine commandLine
Parameter findIgnoreCase(const String &name) const
Fetch parameter by name.
const Parameters & getParameters()
Fetch a reference to the list of command-line parameters.
Definition: CommandLine.h:93
void parse(int paramCount, char *params[])
Manages a single parameter, may be optionally separated into name=value.
Definition: CommandLine.h:49
const char * text
The text exactly as presented on the command line.
Definition: CommandLine.h:53