Class: Datadog::Profiling::Tasks::Help

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

Overview

Prints help message for usage of ‘ddprofrb`

Instance Method Summary collapse

Instance Method Details

#runObject



8
9
10
11
12
13
14
# File 'lib/datadog/profiling/tasks/help.rb', line 8

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