unit-threaded ~experimental (2022-02-24T07:44:56.4965463)
Dub
Repo
Options
unit_threaded
runtime
Undocumented in source.
struct
Options {
bool
verbose
;
string
fileName
;
string
[]
dirs
;
bool
help
;
bool
showVersion
;
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.
help
bool
help
;
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