# File lib/aeolus_cli/command/build_command.rb, line 83 def combo_implemented? if @options[:template].empty? || @options[:target].empty? || @options[:environment].nil? raise ArgumentError, "Error: This combination of parameters is not currently supported" end true end