Method: CodeInventory::CLI.start

Defined in:
lib/codeinventory/cli.rb

.startObject



8
9
10
11
12
13
14
# File 'lib/codeinventory/cli.rb', line 8

def self.start
  plugin_files = Gem.find_latest_files('codeinventory_plugin.rb')
  plugin_files.each do |plugin_file|
    load plugin_file
  end
  App.start
end