class ChefCLI::Command::Update

def initialize(*args)

def initialize(*args)
  super
  @ui = UI.new
  @policyfile_relative_path = nil
  @installer = nil
  @attributes_updater = nil
  @cookbooks_to_update = []
end