Method: TempestTime::Commands::Config#setup

Defined in:
lib/tempest_time/commands/config.rb

#setupObject



12
13
14
15
# File 'lib/tempest_time/commands/config.rb', line 12

def setup(*)
  require_relative 'config/setup'
  TempestTime::Commands::Config::Setup.new(options).execute
end