HelpCommand constructor

HelpCommand()

Implementation

HelpCommand()
    : super(
        command: 'help',
        description: 'Displays help information.',
      );