ParsedCompileCommand

The flags in the CompileCommand are extracted and parsed.

@safe
struct ParsedCompileCommand {}

Members

Variables

cmd
CompileCommand cmd;
Undocumented in source.
flags
ParseFlags flags;
Undocumented in source.

Meta