CliOptions constructor
const
CliOptions({})
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,
});