So, I'm writing a CLI for an API, and I ran into a point where one of the commands support has two optional arguments, id and fields
I want to know how to show that these arguments are optional, BUT, you have to supply at least ONE of them, or even both. I'm not sure how to word the Google search, so I haven't been able to turn anything up. My best guess is something like Usage: support [id=...]||[fields=...] but I'd like to know the standard.