Sha256: c330df7508409b7ffa84dabbd01f90fc1350e81fcfff430d46c486f4baeaeb6c
Contents?: true
Size: 365 Bytes
Versions: 18
Compression:
Stored size: 365 Bytes
Contents
module Datadog module Profiling module Tasks # Prints help message for usage of `ddtrace` class Help def run puts %( Usage: ddtracerb [command] [arguments] exec [command]: Executes command with tracing & profiling preloaded. help: Prints this help message. ) end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems