Sha256: bb66822c5266a3968fcdbc96c09af58e943fb406f22a89304f264b52ce67925d
Contents?: true
Size: 380 Bytes
Versions: 16
Compression:
Stored size: 380 Bytes
Contents
# typed: true 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
16 entries across 16 versions & 1 rubygems