Add generic support for '-file' parameters, activate for both --github-issue-body and --zendesk-ticket-body.
With this addition, the script can be called with --github-issue-body-file=/tmp/github-issue-body.txt, and the file containing the whole GitHub issue body. This is instead of calling --github-issue-body with the whole string.
Add generic support for '-file' parameters, activate for both
--github-issue-body
and--zendesk-ticket-body
.With this addition, the script can be called with
--github-issue-body-file=/tmp/github-issue-body.txt
, and the file containing the whole GitHub issue body. This is instead of calling--github-issue-body
with the whole string.