Hide dart:cli in api docs

This is experimental, and not ready for general consumption, so we shouldn't be advertizing it

Closes #39462
https://github.com/dart-lang/sdk/pull/39462

GitOrigin-RevId: f7c88230ed4dfea516ffd4d0ec280ab599f2512e
Change-Id: I9db6b20749911c9386a56419765143071c2697e7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125800
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
This commit is contained in:
Michael Thomsen 2019-11-20 11:32:01 +00:00
parent 8342ec2c71
commit 61c453f0fe

View file

@ -5,6 +5,7 @@
// @dart = 2.6
/// {@category VM}
/// {@nodoc}
library dart.cli;
import 'dart:async';