Sha256: d541c935a137cca6286318a18590d0800edb726d867cc55f68d5f50abb140bc5
Contents?: true
Size: 366 Bytes
Versions: 19
Compression:
Stored size: 366 Bytes
Contents
#!/usr/bin/env ruby require 'datadog/profiling/tasks/exec' require 'datadog/profiling/tasks/help' command = ARGV.shift case command when 'exec' Datadog::Profiling::Tasks::Exec.new(ARGV).run when 'help', '--help' Datadog::Profiling::Tasks::Help.new.run else puts "Command '#{command}' is not valid for ddprofrb." Datadog::Profiling::Tasks::Help.new.run end
Version data entries
19 entries across 19 versions & 2 rubygems