Skip to content

Commit 71f18e8

Browse files
mit-mitCommit Queue
authored andcommitted
Update dartdev readme
Change-Id: I087c78a95b89d365df148ab8eee8a3314f61ce40 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/398641 Commit-Queue: Ben Konyi <[email protected]> Reviewed-by: Ben Konyi <[email protected]> Auto-Submit: Michael Thomsen <[email protected]>
1 parent 9acd26e commit 71f18e8

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

pkg/dartdev/README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,28 @@
33
```
44
A command-line utility for Dart development.
55
6-
Usage: dart [vm-options] <command|dart-file> [arguments]
6+
Usage: dart <command|dart-file> [arguments]
77
88
Global options:
9-
-h, --help Print this usage information.
10-
-v, --verbose Show additional command output.
11-
--version Print the Dart SDK version.
12-
--enable-analytics Enable analytics.
13-
--disable-analytics Disable analytics.
9+
-v, --verbose Show additional command output.
10+
--version Print the Dart SDK version.
11+
--enable-analytics Enable analytics.
12+
--disable-analytics Disable analytics.
13+
--suppress-analytics Disallow analytics for this `dart *` run without changing the analytics configuration.
14+
-h, --help Print this usage information.
1415
1516
Available commands:
16-
analyze Analyze the project's Dart code.
17-
compile Compile Dart to various formats.
18-
create Create a new project.
19-
format Idiomatically format Dart source code.
20-
pub Work with packages.
21-
run Run a Dart program.
22-
test Run tests in this package.
17+
analyze Analyze Dart code in a directory.
18+
compile Compile Dart to various formats.
19+
create Create a new Dart project.
20+
devtools Open DevTools (optionally connecting to an existing application).
21+
doc Generate API documentation for Dart projects.
22+
fix Apply automated fixes to Dart source code.
23+
format Idiomatically format Dart source code.
24+
info Show diagnostic information about the installed tooling.
25+
pub Work with packages.
26+
run Run a Dart program.
27+
test Run tests for a project.
2328
2429
Run "dart help <command>" for more information about a command.
2530
See https://dart.dev/tools/dart-tool for detailed documentation.

0 commit comments

Comments
 (0)