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