Sha256: 69ac0ed569dbafd8f140e3b65809f42af59c828bf304aaf91751cccced010a4b

Contents?: true

Size: 355 Bytes

Versions: 6

Compression:

Stored size: 355 Bytes

Contents

module Datadog
  module Profiling
    module Tasks
      # Prints help message for usage of `ddprofrb`
      class Help
        def run
          puts %(
  Usage: ddprofrb [command] [arguments]
    exec [command]: Executes command with profiling preloaded.
    help:           Prints this help message.
          )
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ddtrace-1.23.3 lib/datadog/profiling/tasks/help.rb
ddtrace-1.23.2 lib/datadog/profiling/tasks/help.rb
ddtrace-1.23.1 lib/datadog/profiling/tasks/help.rb
ddtrace-1.22.0 lib/datadog/profiling/tasks/help.rb
ddtrace-1.21.1 lib/datadog/profiling/tasks/help.rb
ddtrace-1.21.0 lib/datadog/profiling/tasks/help.rb