Definition at line 28 of file cmdargshelp.h.
QString CmdArgsHelp::argsHelp |
( |
| ) |
|
|
static |
Returns all the options that Doomseeker accepts, excluding the ones for internal use.
Definition at line 25 of file cmdargshelp.cpp.
QString CmdArgsHelp::availableCommands |
( |
| ) |
|
|
static |
QString CmdArgsHelp::missingArgs |
( |
int |
expectedArguments, |
|
|
QString |
option |
|
) |
| |
|
static |
Returns a string informing about the lack of arguments, followed by availableCommands().
- Parameters
-
expectedArguments | Number of expected arguments. |
option | Option that doesn't have enough arguments. |
Definition at line 76 of file cmdargshelp.cpp.
QString CmdArgsHelp::unrecognizedOption |
( |
QString |
option | ) |
|
|
static |
The documentation for this class was generated from the following files: