Class: KBuilder::Watch::ActionDisplayDebug

Inherits:
BaseAction
  • Object
show all
Defined in:
lib/k_builder/watch/action_display_debug.rb

Overview

Action for displaying CLI debug options

Instance Attribute Summary

Attributes inherited from BaseAction

#options

Instance Method Summary collapse

Methods inherited from BaseAction

#initialize

Constructor Details

This class inherits a constructor from KBuilder::Watch::BaseAction

Instance Method Details

#runObject



13
14
15
# File 'lib/k_builder/watch/action_display_debug.rb', line 13

def run
  puts JSON.pretty_generate(@options.to_h)
end