Command

Base class for all commands.

Members

Functions

log
void log(cstring format, ...)

Logs messages to stdout.

lzy
void lzy(lazy void logfunc)

Calls logfunc only when the verbose-flag is on.

run
void run()

Runs the command.

Variables

verbose
bool verbose;

Verbose output.

Meta