Method: Commands::Source#options

Defined in:
lib/commands/plugin.rb

#optionsObject



602
603
604
605
606
607
608
# File 'lib/commands/plugin.rb', line 602

def options
  OptionParser.new do |o|
    o.set_summary_indent('  ')
    o.banner =    "Usage: #{@base_command.script_name} source REPOSITORY [REPOSITORY [REPOSITORY]...]"
    o.define_head "Add new repositories to the default search list."
  end
end