Class: WindClutter::CLI::Commands::Debug
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- WindClutter::CLI::Commands::Debug
- 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
#call ⇒ Object
45 46 47 |
# File 'lib/windclutter/cli/core.rb', line 45 def call(*) ap Config.wtf?, indent: -2 end |