Unhide the devtools command from dart --help

Change-Id: I853cdcd6cb968fa4c5c7b56a5ad69a27c60e4524
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/217743
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
Commit-Queue: Kenzie Schmoll <kenzieschmoll@google.com>
This commit is contained in:
Kenzie Schmoll 2021-10-21 21:43:05 +00:00 committed by commit-bot@chromium.org
parent 175c954637
commit 6a39b26d07

View file

@ -116,9 +116,6 @@ class DartdevRunner extends CommandRunner<int> {
addCommand(CompileCommand(verbose: verbose));
addCommand(DevToolsCommand(
verbose: verbose,
// TODO(devoncarew): Un-hide this command after a stabilization period
// likely before the next stable release (before Dart 2.15).
hidden: !verbose,
customDevToolsPath: sdk.devToolsBinaries,
));
addCommand(FixCommand(verbose: verbose));