BuildOptions.watchDir

Undocumented in source.
struct BuildOptions
@Option("watchdir")
@Help("Used with `--autopilot`. Directory to watch for changes in. Since" ~ " FUSE does not work with inotify, this is useful to use when" ~ " building in a union file system.")
string watchDir;

Meta