# File lib/build_command.rb, line 53 def combo_implemented? if @options[:template].empty? || @options[:target].empty? puts "This combination of parameters is not currently supported" quit(1) end true end