Method: AppMap::Command::Index#index

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

#index(arguments) ⇒ Object



14
15
16
17
18
19
20
21
22
# File 'lib/appmap/command/index.rb', line 14

def index(arguments)
  detect_nodejs

  arguments.unshift 'index'
  arguments.unshift APPMAP_JS
  arguments.unshift 'npx'

  exec(*arguments)
end