Digger

Undocumented in source.
struct Digger {}

Members

Static functions

bisect
int bisect(Switch!("Skip sanity-check of the GOOD/BAD commits.") noVerify, Option!(string[], "Additional bisect configuration. Equivalent to bisect.ini settings.", "NAME=VALUE", 'c', "config") configLines, Parameter!(string, "Location of the bisect.ini file containing the bisection description.") bisectConfigFile)
Undocumented in source. Be warned that the author may not have intended to support it.
build
int build(BuildOptions!("build", "built") options, Parameter!(string, specDescription) spec)
Undocumented in source. Be warned that the author may not have intended to support it.
buildAll
int buildAll(BuildOptions!("build", "built") options, string spec)
Undocumented in source. Be warned that the author may not have intended to support it.
cache
int cache(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
checkout
int checkout(BuildOptions!("check out", "checked out", false) options, Parameter!(string, specDescription) spec)
Undocumented in source. Be warned that the author may not have intended to support it.
delve
int delve(bool inBisect)
Undocumented in source. Be warned that the author may not have intended to support it.
getAllMSIs
int getAllMSIs()
Undocumented in source. Be warned that the author may not have intended to support it.
getLatest
int getLatest()
Undocumented in source. Be warned that the author may not have intended to support it.
help
int help()
Undocumented in source. Be warned that the author may not have intended to support it.
install
int install(Switch!("Do not prompt", 'y') yes, Switch!("Only print what would be done", 'n') dryRun, Parameter!(string, "Directory to install to. Default is to find one in PATH.") installLocation)
Undocumented in source. Be warned that the author may not have intended to support it.
parseRev
int parseRev(string rev)
Undocumented in source. Be warned that the author may not have intended to support it.
rebuild
int rebuild(BuildOptions!("rebuild", "rebuilt") options)
Undocumented in source. Be warned that the author may not have intended to support it.
run
int run(BuildOptions!("build", "built") options, Parameter!(string, specDescription ~ "\nSpecify \"-\" to use the previously-built version.") spec, Parameter!(string[], "Command to run and its arguments (use -- to pass switches)") command)
Undocumented in source. Be warned that the author may not have intended to support it.
show
int show(string revision)
Undocumented in source. Be warned that the author may not have intended to support it.
test
int test(BuildOptions!("test", "tested") options)
Undocumented in source. Be warned that the author may not have intended to support it.
uninstall
int uninstall(Switch!("Only print what would be done", 'n') dryRun, Switch!("Do not verify files to be deleted; ignore errors") force, Parameter!(string, "Directory to uninstall from. Default is to search PATH.") installLocation)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta