constructor CommandLineOptions


CommandLineOptions(List<String> changedFiles, List<String> removedFiles, bool clean, bool full, bool machineFormat, bool forceDeploy, String outDir, bool directlyIncludeJS, bool contentSecurityPolicy, bool releaseMode)

Source

CommandLineOptions(this.changedFiles, this.removedFiles, this.clean,
    this.full, this.machineFormat, this.forceDeploy, this.outDir,
    this.directlyIncludeJS, this.contentSecurityPolicy, this.releaseMode);