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