ChatGPT is really useful to help design CLI tools. I wanted to add a new option that meant "fail with a non-zero exit code if the tool sees an HTTP 4xx or 5xx error", so I had a quick conversation with ChatGPT to come up with "--fail" as a good name for that option, consistent with other tools.