class Byebug::ShowCommand

def self.regexp

def self.regexp
  /^\s* show (?:\s+(?<setting>\w+))? \s*$/x
end