dshutil

A helper program that can be used to make, build, and manage dsh scripts.

Members

Functions

buildScript
int buildScript(string[] args)

Watches a file to build it using DUB single-file mode, any time a change is noticed.

compileScript
int compileScript(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
createScript
int createScript(string[] args)

Creates a new, empty script.

install
int install()
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
uninstall
int uninstall()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

DSH_VERSION
auto DSH_VERSION;
Undocumented in source.

Meta