Files
sdk/pkg/dartdev
Ivan Inozemtsev 321c113fa0 Revert "Bump dartdoc to f05afb4e95767825e52b99dc84eae6eda08a7d8f"
This reverts commit 6dd26487d8.

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>
2023-12-13 11:03:06 +00:00
..
2023-10-26 14:13:43 +00:00
2023-12-13 11:00:41 +00:00
2022-02-14 14:06:34 +00:00
2022-11-09 03:12:26 +00:00

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.