@@ -32,10 +34,14 @@ class UpgradeCommand extends FlutterCommand {
'continue',
hide:true,
negatable:false,
help:'For the second half of the upgrade flow requiring the new version of Flutter. Should not be invoked manually, but re-entrantly by the standard upgrade command.',
help:'For the second half of the upgrade flow requiring the new '
'version of Flutter. Should not be invoked manually, but '
're-entrantly by the standard upgrade command.',
);
}
finalUpgradeCommandRunner_commandRunner;
@override
finalStringname='upgrade';
...
...
@@ -52,8 +58,7 @@ class UpgradeCommand extends FlutterCommand {