mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
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:
parent
175c954637
commit
6a39b26d07
1 changed files with 0 additions and 3 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue