Method: Commands::Source#options
- Defined in:
- lib/commands/plugin.rb
#options ⇒ Object
602 603 604 605 606 607 608 |
# File 'lib/commands/plugin.rb', line 602 def OptionParser.new do |o| o.set_summary_indent(' ') o. = "Usage: #{@base_command.script_name} source REPOSITORY [REPOSITORY [REPOSITORY]...]" o.define_head "Add new repositories to the default search list." end end |