Class: Shelter::CLI::App
- Inherits:
-
Thor
- Object
- Thor
- Shelter::CLI::App
- Defined in:
- lib/cli/app.rb
Overview
Main Shelter app
Class Attribute Summary collapse
Class Attribute Details
.config ⇒ Object
16 17 18 19 20 |
# File 'lib/cli/app.rb', line 16 def self.config @config ||= Shelter::Configuration.new @config.load_shelterfile block_given? ? yield(@config) : @config end |