class Byebug::RestartCommand

def self.description

def self.description
  <<-DESCRIPTION
    restart [args]
    #{short_description}
    This is a re-exec - all byebug state is lost. If command arguments are
    passed those are used.
  DESCRIPTION
end