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