class Temjin::ConfigCommand::ShowCommand

Public Instance Methods

execute() click to toggle source
# File lib/temjin/config_command/show_command.rb, line 4
def execute
  # TODO: use formatador for all output
  puts "key: #{config.key}"
  puts "token: #{config.token}"
end