InitCommand constructor
InitCommand(
- CommandContext context
Implementation
InitCommand(super.context) {
argParser.addFlag(
'force',
abbr: 'f',
help: 'Overwrite an existing config file.',
negatable: false,
);
}