unit-threaded v0.6.12 (2016-05-15T10:20:29Z)
Home
Dub
Repo
Options
unit_threaded
runtime
Undocumented in source.
struct
Options {
bool
verbose
;
string
fileName
;
string
[]
dirs
;
bool
help
;
bool
showVersion
;
string
[]
includes
;
string
[]
files
;
bool
earlyReturn
();
}
Members
Functions
earlyReturn
bool
earlyReturn
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dirs
string
[]
dirs
;
Undocumented in source.
fileName
string
fileName
;
Undocumented in source.
files
string
[]
files
;
Undocumented in source.
help
bool
help
;
Undocumented in source.
includes
string
[]
includes
;
Undocumented in source.
showVersion
bool
showVersion
;
Undocumented in source.
verbose
bool
verbose
;
Undocumented in source.
Meta
Source
See Implementation
unit_threaded
runtime
functions
findModuleEntries
findModuleNames
getGenUtOptions
writeUtMainFile
mixin templates
genUtMain
structs
Options