FlutterReleaseXInitCommand constructor
FlutterReleaseXInitCommand()
Implementation
FlutterReleaseXInitCommand() {
argParser.addOption(
'config',
abbr: 'c',
help: 'Custom name for the config file (default: config.yaml)',
defaultsTo: 'config.yaml',
);
argParser.addFlag(
'force',
abbr: 'f',
help: 'Overwrite existing config file if it exists',
negatable: false,
defaultsTo: false,
);
}