[flutter_tools] un-hide the --dds flag (#150280)
Fixes https://github.com/flutter/flutter/issues/94548
This commit is contained in:
parent
c2c183387e
commit
80a65bd781
@ -508,7 +508,6 @@ abstract class FlutterCommand extends Command<void> {
|
||||
);
|
||||
argParser.addFlag(
|
||||
'dds',
|
||||
hide: !verboseHelp,
|
||||
defaultsTo: true,
|
||||
help: 'Enable the Dart Developer Service (DDS).\n'
|
||||
'It may be necessary to disable this when attaching to an application with '
|
||||
|
Loading…
x
Reference in New Issue
Block a user