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

Unified Diff: utils/tests/pub/pub_test.dart

Issue 10752013: Add a --trace flag to make Pub print a stack trace on error. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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
Index: utils/tests/pub/pub_test.dart
diff --git a/utils/tests/pub/pub_test.dart b/utils/tests/pub/pub_test.dart
index b67158c2d9d3b9ecbd9e6867ff2a8dc51113f202..93a594513b1133545beafaa6c049825ed38d43d7 100644
--- a/utils/tests/pub/pub_test.dart
+++ b/utils/tests/pub/pub_test.dart
@@ -15,10 +15,11 @@ final USAGE_STRING = """
Usage: pub command [arguments]
Global options:
- -h, --help Prints this usage information
- --version Prints the version of Pub
- --cachedir The directory containing the system-wide Pub cache
- --sdkdir The directory containing the Dart SDK
+ -h, --help Prints this usage information
+ --version Prints the version of Pub
+ --cachedir The directory containing the system-wide Pub cache
+ --sdkdir The directory containing the Dart SDK
+ --[no-]trace Prints a stack trace when an error occurs
The commands are:
install install the current package's dependencies
« utils/pub/pub.dart ('K') | « utils/pub/pub.dart ('k') | utils/tests/pub/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698