Class: KBuilder::Watch::ActionDisplayDebug
- Inherits:
-
BaseAction
- Object
- BaseAction
- KBuilder::Watch::ActionDisplayDebug
- Defined in:
- lib/k_builder/watch/action_display_debug.rb
Overview
Action for displaying CLI debug options
Instance Attribute Summary
Attributes inherited from BaseAction
Instance Method Summary collapse
Methods inherited from BaseAction
Constructor Details
This class inherits a constructor from KBuilder::Watch::BaseAction
Instance Method Details
#run ⇒ Object
13 14 15 |
# File 'lib/k_builder/watch/action_display_debug.rb', line 13 def run puts JSON.pretty_generate(@options.to_h) end |