20 21 22 23 24 25 26 27
# File 'lib/tempest_time/commands/config.rb', line 20 def edit(*) if options[:help] invoke :help, ['auth'] else require_relative 'config/edit' TempestTime::Commands::Config::Edit.new(options).execute end end