Class: Datadog::Tasks::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/ddtrace/tasks/help.rb

Overview

Prints help message for usage of ‘ddtrace`

Instance Method Summary collapse

Instance Method Details

#runObject



6
7
8
9
10
11
12
# File 'lib/ddtrace/tasks/help.rb', line 6

def run
  puts %(
Usage: ddtrace [command] [arguments]
  exec [command]: Executes command with tracing & profiling preloaded.
  help:           Prints this help message.
  )
end