InitCommand constructor

InitCommand(
  1. CommandContext context
)

Implementation

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