class Byebug::HistoryCommand

def description

def description
  <<-EOD
    hist[ory] [num_cmds]
    Show byebug's command history.
  EOD
end