Method: Commands::Info#options
- Defined in:
- lib/commands/plugin.rb
#options ⇒ Object
864 865 866 867 868 869 870 |
# File 'lib/commands/plugin.rb', line 864 def OptionParser.new do |o| o.set_summary_indent(' ') o. = "Usage: #{@base_command.script_name} info name [name]..." o.define_head "Shows plugin info at {url}/about.yml." end end |