BuildOptions.verbose

Undocumented in source.
struct BuildOptions
@Option("verbose", "v")
@Help("Display additional information such as how long each task took to" ~ " complete.")
OptionFlag verbose;

Meta