def add_tag(path, tag)
    return unless has_tag_available_and_warn?

    path = expand(path)
    ts = Array(tag).join(',')