class ChefCLI::Policyfile::StorageConfig

def handle_options(options)

def handle_options(options)
  @cache_path = options[:cache_path] if options[:cache_path]
  @relative_paths_root = options[:relative_paths_root] if options.key?(:relative_paths_root)
end