# File lib/cli.rb, line 42 def config if options[:set_server] puts "SET SERVER TO #{options[:set_server]}" else puts "SHOW CONFIG" end end