# File lib/aeolus_cli/command/import_command.rb, line 18 def initialize(opts={}, logger=nil) super(opts, logger) default = { :description => '<image><name>' + @options[:id] + '</name></image>', } @options = default.merge(@options) end