Unverified Commit bb2f63f2 authored by Devon Carew's avatar Devon Carew Committed by GitHub

remove an unused flutter run flag (#17667)

parent 197d4315
......@@ -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.',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment