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

Unified Diff: lib/src/command_runner.dart

Issue 2184303002: Make pub strong-mode clean. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 4 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: lib/src/command_runner.dart
diff --git a/lib/src/command_runner.dart b/lib/src/command_runner.dart
index 09ecf40f755b0048eaa07064d450f47b95b67a52..22fb5c6579a421dd55eaf19a461239d428e2ab84 100644
--- a/lib/src/command_runner.dart
+++ b/lib/src/command_runner.dart
@@ -79,7 +79,7 @@ class PubCommandRunner extends CommandRunner {
addCommand(new VersionCommand());
}
- Future run(List<String> arguments) async {
+ Future run(Iterable<String> arguments) async {
var options;
try {
options = super.parse(arguments);

Powered by Google App Engine
This is Rietveld 408576698