CliOptions constructor

const CliOptions({
  1. String? projectPath,
  2. String configPath = 'rebrand_config.json',
  3. bool showHelp = false,
  4. bool showVersion = false,
  5. bool renameOnly = false,
  6. bool labelOnly = false,
  7. bool launcherOnly = false,
  8. bool splashOnly = false,
})

Implementation

const CliOptions({
  this.projectPath,
  this.configPath = 'rebrand_config.json',
  this.showHelp = false,
  this.showVersion = false,
  this.renameOnly = false,
  this.labelOnly = false,
  this.launcherOnly = false,
  this.splashOnly = false,
});