Class: WindClutter::CLI::Commands::Debug

Inherits:
Dry::CLI::Command
  • Object
show all
Includes:
Util
Defined in:
lib/windclutter/cli/core.rb

Overview

A helper for you to dissect the configuration quickly

Instance Method Summary collapse

Instance Method Details

#callObject



45
46
47
# File 'lib/windclutter/cli/core.rb', line 45

def call(*)
  ap Config.wtf?, indent: -2
end