IGraphCommand

The importgraph 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

filePath
cstring filePath;

File path to the root module.

levels
uint levels;

How many levels to print.

options
Options options;

Command options.

piStyle
cstring piStyle;

Public import style.

regexps
cstring[] regexps;

Regular expressions.

siStyle
cstring siStyle;

Static import style.

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