Class: Askcii::Commands::ConfigureCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Askcii::Commands::ConfigureCommand
- Defined in:
- lib/askcii/commands/configure_command.rb
Overview
Opens configuration management interface
Instance Attribute Summary
Attributes inherited from BaseCommand
Instance Method Summary collapse
Methods inherited from BaseCommand
Constructor Details
This class inherits a constructor from Askcii::Commands::BaseCommand
Instance Method Details
#execute ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/askcii/commands/configure_command.rb', line 7 def execute verbose "Opening configuration manager..." require_relative '../configuration_manager' ConfigurationManager.new.run exit 0 end |