Class: Parabot::Commands::Init

Inherits:
Base
  • Object
show all
Defined in:
lib/parabot/commands/init.rb

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



16
17
18
19
20
21
22
23
24
# File 'lib/parabot/commands/init.rb', line 16

def call(**options)
  init(**options)

  # Setup logging using the same configuration as normal operation, with defaults
  LoggingSetup.setup_default

  initialize_project_config
  initialize_system_prompt
end