Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: test/pub_test.dart

Issue 1292933003: Hide the --package-symlinks flag. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/command_runner.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/pub_test.dart
diff --git a/test/pub_test.dart b/test/pub_test.dart
index c3259eafa1ac5f962d106dbe82207a362c0a05fc..bea14cdce0c64481e61fea9daa480a44f02f438e 100644
--- a/test/pub_test.dart
+++ b/test/pub_test.dart
@@ -17,21 +17,19 @@ main() {
Usage: pub <command> [arguments]
Global options:
- -h, --help Print this usage information.
- --version Print pub version.
- --[no-]trace Print debugging information when an error occurs.
- --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.
- (defaults to on)
+ -h, --help Print this usage information.
+ --version Print pub version.
+ --[no-]trace Print debugging information when an error occurs.
+ --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".
Available commands:
build Apply transformers to build a package.
« no previous file with comments | « lib/src/command_runner.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698