ExplainCommand constructor

ExplainCommand()

Implementation

ExplainCommand() {
  argParser.addOption(
    'path',
    abbr: 'p',
    help: 'The path to the Flutter project. Defaults to current directory.',
    defaultsTo: '.',
  );
}