Sha256: bdd1a25331fef1ea3194920747cb564fc12bdcc4f7bb781d7e155baaef0b885c

Contents?: true

Size: 386 Bytes

Versions: 13

Compression:

Stored size: 386 Bytes

Contents

# frozen_string_literal: true

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

13 entries across 13 versions & 1 rubygems

Version Path
datadog-2.9.0 lib/datadog/profiling/tasks/help.rb
datadog-2.8.0 lib/datadog/profiling/tasks/help.rb
datadog-2.7.1 lib/datadog/profiling/tasks/help.rb
datadog-2.7.0 lib/datadog/profiling/tasks/help.rb
datadog-2.6.0 lib/datadog/profiling/tasks/help.rb
datadog-2.5.0 lib/datadog/profiling/tasks/help.rb
datadog-2.4.0 lib/datadog/profiling/tasks/help.rb
datadog-2.3.0 lib/datadog/profiling/tasks/help.rb
datadog-2.2.0 lib/datadog/profiling/tasks/help.rb
datadog-2.1.0 lib/datadog/profiling/tasks/help.rb
datadog-2.0.0 lib/datadog/profiling/tasks/help.rb
datadog-2.0.0.beta2 lib/datadog/profiling/tasks/help.rb
datadog-2.0.0.beta1 lib/datadog/profiling/tasks/help.rb