app

Undocumented in source.

Members

Functions

main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
readArgs
string[string] readArgs(string[] args, string command, string[] errors)

reads arguments, returns values for options in assoc array args is the array containing arguments. arg0 (executable name) should not be included in this command is the string in which the provided command will be "returned" errors is the array to put any errors in

validateOptions
string[] validateOptions(string[string] options, string command)

validates if all the values provided for options are correct

Variables

DEFAULT_DENSITY
auto DEFAULT_DENSITY;

stores the default density

HELP_TEXT
string HELP_TEXT;
Undocumented in source.
VERSION
auto VERSION;

stores the version

Meta