Class: Patcmd::CLI::InitCommand
- Inherits:
-
BaseCommand
- Object
- Thor
- BaseCommand
- Patcmd::CLI::InitCommand
- Defined in:
- lib/patcmd/cli/commands/init_command.rb
Constant Summary
Constants inherited from BaseCommand
Instance Method Summary collapse
Methods inherited from BaseCommand
Methods included from Helpers::Logger
Methods included from Helpers::TaskHelper
Constructor Details
This class inherits a constructor from Patcmd::CLI::BaseCommand
Instance Method Details
#init ⇒ Object
9 10 11 12 |
# File 'lib/patcmd/cli/commands/init_command.rb', line 9 def init config_manager.init_config puts "Configuration initialized at #{config_manager.config_path}" end |