HighlightCommand

The highlight command.

Members

Enums

Option
enum Option

Options for the command.

Functions

add
void add(Option o)

Adds o to the options.

run
void run()

Executes the command.

Variables

cc
CompilationContext cc;

The context.

diag
Diagnostics diag;

Collects error messages.

filePathDest
cstring filePathDest;

Where to write the highlighted file.

filePathSrc
cstring filePathSrc;

File path to the module to be highlighted.

options
Options options;

Command options.

Inherited Members

From Command

verbose
bool verbose;

Verbose output.

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.

Meta