remove an unused flutter run flag (#17667)

This commit is contained in:
Devon Carew 2018-05-20 20:59:10 -07:00 committed by GitHub
parent 197d4315a9
commit bb2f63f2cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.',