class Datadog::Tasks::Help

Prints help message for usage of `ddtrace`

Public Instance Methods

run() click to toggle source
# 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