Configuration

Configuration struct for the assertgen tool. An aggregate of the options that were passed on the command line.

Members

Manifest constants

defaultAddress
enum defaultAddress;

Default IRC server address.

defaultDaemon
enum defaultDaemon;

Default IRC server daemon.

defaultIdent
enum defaultIdent;

Default ident.

defaultNetwork
enum defaultNetwork;

Default IRC network (name).

defaultNickname
enum defaultNickname;

Default nickname.

defaultOutputFilename
enum defaultOutputFilename;

Default output filename.

defaultRealName
enum defaultRealName;

Default GECOS "real name".

defaultUser
enum defaultUser;

Default user.

Variables

address
string address;

IRC server address.

args0
string args0;

Path to the executable; args[0].

daemonLine
string daemonLine;

Line entered as IRC daemon on the command line, optionally followed with the name of the daemon (where relevant).

helpWanted
bool helpWanted;

Whether or not --help was passed on the command line.

ident
string ident;

Actual ident.

indents
int indents;

Indentation level for output.

network
string network;

IRC server network.

nickname
string nickname;

Actual nickname.

outputFile
string outputFile;

Output file.

overwrite
bool overwrite;

Overwrite file instead of appending to it.

realName
string realName;

Actual GECOS "real name".

twitch
bool twitch;

Shortcut for Twitch input.

user
string user;

Actual user.