Classes: App, Auth
17 18 19 20
# File 'lib/tempest_time/commands/config.rb', line 17 def app(*) require_relative 'config/app' TempestTime::Commands::Config::App.new(options).execute end
11 12 13 14
# File 'lib/tempest_time/commands/config.rb', line 11 def auth(*) require_relative 'config/auth' TempestTime::Commands::Config::Auth.new(options).execute end