Class: SecConfig::CLI

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/sec_config/cli.rb

Instance Method Summary collapse

Instance Method Details

#installObject



11
12
13
# File 'lib/sec_config/cli.rb', line 11

def install
  SecConfig::Generators::Konf.start([options[:path], options[:environments]])
end