BuildContext

context of a build

struct BuildContext {
BuildDirs dirs;
BuildType type;
bool quiet;
}

Meta