Config.Global

struct Config
struct Global {
VerboseMode verbosity;
bool help;
std.getopt.GetoptResult helpInfo;
string progName;
}

Members

Variables

confFile
Path confFile;

Configuration file to read

Meta