benchquark ~master (2019-12-05T01:31:31Z)
Dub
Repo
BuildSpecification
util
config
Undocumented in source.
abstract
class
BuildSpecification {
string
name
;
string
exactCommand
;
string
[]
programAndArgs
;
this
(string sName, string sShellString, string[] args);
}
Constructors
this
this
(string sName, string sShellString, string[] args)
Undocumented in source.
Members
Variables
exactCommand
string
exactCommand
;
Exact string as if executed on shell
name
string
name
;
User defined named of thing from config file
programAndArgs
string
[]
programAndArgs
;
Undocumented in source.
Meta
Source
See Implementation
util
config
classes
BuildSpecification
RawBuild
functions
loadConfig
structs
ConfigResult