Closed barasher closed 3 years ago
barasher@linux:/tmp$ exiftool a.jpg -j | grep Keywords
"Keywords": ["a","b","c"],
barasher@linux:/tmp$ exiftool -Keywords= a.jpg
1 image files updated
barasher@linux:/tmp$ exiftool a.jpg -j | grep Keywords
barasher@linux:/tmp$ exiftool -Keywords=d -Keywords=e a.jpg
1 image files updated
barasher@linux:/tmp$ exiftool a.jpg -j | grep Keywords
"Keywords": ["d","e"],
Add tests to check if arrays are written correctly
_Originally posted by @barasher in https://github.com/barasher/go-exiftool/pull/40#discussion_r675110112_