# File lib/commands/plugin/commands.rb, line 611 def options OptionParser.new do |o| o.set_summary_indent(' ') o.banner = "Usage: #{@base_command.script_name} pack:uninstall pack_file_or_url" o.define_head "Uninstalls plugin pack at pack_file_or_url" end end