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

Unified Diff: utils/pub/command_list.dart

Issue 10869033: Update pub to new getter syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « utils/pub/command_install.dart ('k') | utils/pub/command_update.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/command_list.dart
diff --git a/utils/pub/command_list.dart b/utils/pub/command_list.dart
index df5c40dc8b7839df6b51e0b179a9e4ae77053055..8155b9cb5b49b5f91a5efc63f3eda890d786424e 100644
--- a/utils/pub/command_list.dart
+++ b/utils/pub/command_list.dart
@@ -14,9 +14,8 @@
* may go away.
*/
class ListCommand extends PubCommand {
- String get description() => 'print the contents of repositories';
-
- String get usage() => 'pub list';
+ String get description => 'print the contents of repositories';
+ String get usage => 'pub list';
Future onRun() {
// TODO(nweiz): also list the contents of the packages directory when it's
« no previous file with comments | « utils/pub/command_install.dart ('k') | utils/pub/command_update.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698