buildScript

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

int
buildScript
(
string[] args
)

Parameters

args string[]

The program arguments. Accepts a single required argument being the file to build/watch.

Return Value

Type: int

0 if successful, or 1 otherwise.

Meta