class Gem::Commands::SearchCommand

def defaults_str # :nodoc:

:nodoc:
def defaults_str # :nodoc:
  "--remote --no-details"
end

def initialize

def initialize
  super 'search', 'Display all gems whose name contains STRING'
  @defaults[:domain] = :remote
end