CliOptions constructor

const CliOptions({
  1. String? projectPath,
  2. String configPath = 'rebrand_config.json',
  3. bool showHelp = false,
  4. bool showVersion = false,
})

Implementation

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