class Byebug::HistoryCommand

def description

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