8 9 10 11
# File 'lib/appmap/command/inspect.rb', line 8 def run command = Inspect.new(verbose: ENV['DEBUG'] == 'true') command.inspect(ARGV) end