Class: SecConfig::CLI
- Inherits:
-
Thor
- Object
- Thor
- SecConfig::CLI
- Includes:
- Thor::Actions
- Defined in:
- lib/sec_config/cli.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
11 12 13 |
# File 'lib/sec_config/cli.rb', line 11 def install SecConfig::Generators::Konf.start([[:path], [:environments]]) end |