class Gem::Commands::ListCommand

def initialize

def initialize
  super "list", "Display local gems whose name matches REGEXP",
       domain: :local, details: false, versions: true,
       installed: nil, version: Gem::Requirement.default
  add_query_options
end