| Index: lib/src/help_command.dart
|
| diff --git a/lib/src/help_command.dart b/lib/src/help_command.dart
|
| index f477b4740e630160700eb34eaee325a9af791726..9ffcbe17cabf54b7d7c67706ce6cc1258d52715c 100644
|
| --- a/lib/src/help_command.dart
|
| +++ b/lib/src/help_command.dart
|
| @@ -2,8 +2,6 @@
|
| // 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.
|
|
|
| -library args.help_command;
|
| -
|
| import '../command_runner.dart';
|
|
|
| /// The built-in help command that's added to every [CommandRunner].
|
|
|