db45b11539
This reverts commit321c113fa0. Reason for revert: Reland Original change's description: > Revert "Bump dartdoc to f05afb4e95767825e52b99dc84eae6eda08a7d8f" > > This reverts commit6dd26487d8. > > Reason for revert: b/316078115 > > Original change's description: > > Bump dartdoc to f05afb4e95767825e52b99dc84eae6eda08a7d8f > > > > Change-Id: Icafb1c3df9390fbb7de56f870f420871c5916352 > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/341387 > > Reviewed-by: Paul Berry <paulberry@google.com> > > Commit-Queue: Samuel Rawlins <srawlins@google.com> > > Change-Id: I00a8700d97fc2b500670a5066ca5e5f3367f4b1a > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/341484 > Auto-Submit: Ivan Inozemtsev <iinozemtsev@google.com> > Reviewed-by: Ilya Yanok <yanok@google.com> > Commit-Queue: Ilya Yanok <yanok@google.com> > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Change-Id: I6dffa71bf6794597a88121dbd53ad418e3a8c62e No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/341335 Reviewed-by: Paul Berry <paulberry@google.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Ivan Inozemtsev <iinozemtsev@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>
Dart CLI tooling
A command-line utility for Dart development.
Usage: dart [vm-options] <command|dart-file> [arguments]
Global options:
-h, --help Print this usage information.
-v, --verbose Show additional command output.
--version Print the Dart SDK version.
--enable-analytics Enable analytics.
--disable-analytics Disable analytics.
Available commands:
analyze Analyze the project's Dart code.
compile Compile Dart to various formats.
create Create a new project.
format Idiomatically format Dart source code.
pub Work with packages.
run Run a Dart program.
test Run tests in this package.
Run "dart help <command>" for more information about a command.
See https://dart.dev/tools/dart-tool for detailed documentation.
Contributing
If you'd like to contribute to the Dart CLI tool, please start by reading the contribution guidelines for the Dart project. Then familiarize yourself with the design principles that guide this tool's UX.
Features and bugs
Please file feature requests and bugs in the Dart SDK issue tracker
with label area-dart-cli.