| Index: test/pub_test.dart
|
| diff --git a/test/pub_test.dart b/test/pub_test.dart
|
| index 8fbee8aa3282feb60f0d0e58fc31c39e35faa47d..c3259eafa1ac5f962d106dbe82207a362c0a05fc 100644
|
| --- a/test/pub_test.dart
|
| +++ b/test/pub_test.dart
|
| @@ -23,9 +23,11 @@ main() {
|
| --verbosity Control output verbosity.
|
|
|
| [all] Show all output including internal tracing messages.
|
| + [error] Show only errors.
|
| [io] Also show IO operations.
|
| [normal] Show errors, warnings, and user messages.
|
| [solver] Show steps during version resolution.
|
| + [warning] Show only errors and warnings.
|
|
|
| -v, --verbose Shortcut for "--verbosity=all".
|
| --[no-]package-symlinks Generate packages/ directories when installing packages.
|
|
|