Class: Datadog::Profiling::Tasks::Help
- Inherits:
-
Object
- Object
- Datadog::Profiling::Tasks::Help
- Defined in:
- lib/datadog/profiling/tasks/help.rb
Overview
Prints help message for usage of ‘ddprofrb`
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/datadog/profiling/tasks/help.rb', line 8 def run puts %( Usage: ddprofrb [command] [arguments] exec [command]: Executes command with profiling preloaded. help: Prints this help message. ) end |