Index: utils/pub/command_update.dart |
diff --git a/utils/pub/command_update.dart b/utils/pub/command_update.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c1fe4f4816b65723c926c8684b30c3770c32da77 |
--- /dev/null |
+++ b/utils/pub/command_update.dart |
@@ -0,0 +1,8 @@ |
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
+// for details. All rights reserved. Use of this source code is governed by a |
+// BSD-style license that can be found in the LICENSE file. |
+ |
+/** Handles the `update` pub command. */ |
+void commandUpdate(PubOptions options, List<String> args) { |
+ throw 'not implemented yet'; |
+} |