Index: lib/src/help_command.dart |
diff --git a/lib/src/help_command.dart b/lib/src/help_command.dart |
index 9ffcbe17cabf54b7d7c67706ce6cc1258d52715c..085e444ceb46018d69988d175a7c092c50a7ba86 100644 |
--- a/lib/src/help_command.dart |
+++ b/lib/src/help_command.dart |
@@ -23,7 +23,7 @@ class HelpCommand extends Command { |
// Walk the command tree to show help for the selected command or |
// subcommand. |
var commands = runner.commands; |
- var command = null; |
+ Command command; |
var commandString = runner.executableName; |
for (var name in argResults.rest) { |