Method: Nib::Plugins.execute

Defined in:
lib/nib/plugins.rb

.execute(_, _) ⇒ Object



2
3
4
5
6
7
8
# File 'lib/nib/plugins.rb', line 2

def self.execute(_, _)
  puts ''
  puts(
    (['Installed plugins:'] | potential_plugins.map(&:name))
    .join("\r\n  - ")
  )
end