class Byebug::HelpCommand

def help(cmd)

def help(cmd)
  %{
    h[elp]\t\tprint this help
    h[elp] command\tprint help on command
  }
end