help:'force upgrade the flutter branch, potentially discarding local changes.',
abbr:'f',
negatable:false,
help:'Force upgrade the flutter branch, potentially discarding local changes.',
);
negatable:false,
)
..addFlag(
'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.',
);
}
}
@override
@override
...
@@ -45,7 +52,12 @@ class UpgradeCommand extends FlutterCommand {
...
@@ -45,7 +52,12 @@ class UpgradeCommand extends FlutterCommand {