HelpCommand.execute is not supposed to be called, use cast(HelpCommand)this to check if help was requested before execution.
See Implementation
HelpCommand.execute is not supposed to be called, use cast(HelpCommand)this to check if help was requested before execution.