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