Method: AppMap::Command::Index.run

Defined in:
lib/appmap/command/index.rb

.runObject



8
9
10
11
# File 'lib/appmap/command/index.rb', line 8

def run
  command = Index.new(verbose: ENV['DEBUG'] == 'true')
  command.index(ARGV)
end