HelpCommand constructor

HelpCommand()

Implementation

HelpCommand() : super(
  description: 'Show all available commands',
  usage: '!help',
);