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