mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
remove an unused flutter run flag (#17667)
This commit is contained in:
parent
197d4315a9
commit
bb2f63f2cd
@ -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.',
|
||||
|
Loading…
Reference in New Issue
Block a user