InitCommand constructor

InitCommand()

Implementation

InitCommand() {
  argParser.addOption(
    'project-dir',
    abbr: 'p',
    help: 'Path to the Flutter project',
    defaultsTo: '.',
  );
}