remove an unused flutter run flag (#17667)
This commit is contained in:
@@ -83,10 +83,6 @@ class RunCommand extends RunCommandBase {
|
||||
requiresPubspecYaml();
|
||||
|
||||
argParser
|
||||
..addFlag('full-restart',
|
||||
defaultsTo: true,
|
||||
help: 'Stop any currently running application process before running the app.',
|
||||
)
|
||||
..addFlag('start-paused',
|
||||
negatable: false,
|
||||
help: 'Start in a paused mode and wait for a debugger to connect.',
|
||||
|
||||
Reference in New Issue
Block a user