Index: pkg/args/lib/command_runner.dart |
diff --git a/pkg/args/lib/command_runner.dart b/pkg/args/lib/command_runner.dart |
index f2c22c137d31d6c997991c4cb25c8ffb66f0e58e..bbc19b2e8ee0c85ebd81665fe098d0d2efaffd07 100644 |
--- a/pkg/args/lib/command_runner.dart |
+++ b/pkg/args/lib/command_runner.dart |
@@ -157,7 +157,6 @@ Run "$executableName help <command>" for more information about a command.'''; |
} |
// Step into the command. |
- var parent = command; |
argResults = argResults.command; |
command = commands[argResults.name]; |
command._globalResults = topLevelResults; |