MigrateCommandRunner constructor
MigrateCommandRunner()
Implementation
MigrateCommandRunner()
: super(
'flutter',
'Migrates legacy flutter projects to modern versions.',
) {
argParser.addFlag('verbose',
abbr: 'v',
negatable: false,
help: 'Noisy logging, including all shell commands executed.');
}