# File lib/aeolus_image/command/push_command.rb, line 62 def combo_implemented? if @options[:provider].empty? || (@options[:build].empty? && @options[:id].empty?) puts "This combination of parameters is not currently supported" quit(1) end true end