ReedmaceBuildCommand constructor
ReedmaceBuildCommand()
Implementation
ReedmaceBuildCommand() {
argParser.addFlag("clean",
abbr: "c",
defaultsTo: false,
help: "Clean the build cache before building");
argParser.addFlag("server",
abbr: "s",
defaultsTo: false,
help: "Build only the server");
}