Hello,
I'm trying to bulk add contacts from a csv to a specific user's contacts list and add them to a label. I'm using the following command:
gam csv <path to file.csv> gam user <username> create contact firstname "'~firstname'" lastname "'~lastname'" email work "'~email'" primary contactgroup "'Group'"
First zsh tries a correction:
zsh: correct 'gam' to '.gam' [nyae]?
When I choose "no", I get the error:
ERROR: Invalid choice (/users/<username>/bin/gamadv-xtd3/gam): Expected <gam>
Is this a bug or did I do something dumb?
Thanks!