Fix passing multiple attachments to the CLI
Summary
Previously, the code split up the --attachment
argument on spaces. That's incorrect, since some files have spaces.
Fixed by allowing users to pass --attachment
multiple times.
I also added a corresponding zsh autocompletion.
Test Plan
The attachments don't seem to be wired up yet, but you can validate that passing multiple arguments works.