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