Class: SunderCLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/sunder.rb

Instance Method Summary collapse

Instance Method Details

#apart(config_file, input_source) ⇒ Object



10
11
12
13
# File 'lib/sunder.rb', line 10

def apart(config_file, input_source)
  exit unless Sunder::Utils.verify_config_file(config_file)
  Sunder::Apart.new(config_file, input_source)
end