Method: Commands::Info#parse!

Defined in:
lib/commands/plugin.rb

#parse!(args) ⇒ Object



872
873
874
875
876
877
878
# File 'lib/commands/plugin.rb', line 872

def parse!(args)
  options.parse!(args)
  args.each do |name|
    puts ::Plugin.find(name).info
    puts
  end
end