class Byebug::HelpCommand

def subcommand

def subcommand
  return unless command
  @subcommand ||= command.subcommand_list.match(@match[2])
end