Adds the ability to pass in a new command line parameter --word-wrap which will word-wrap the issue summaries at MAX_SUMMARY_LENGTH instead of truncating them. When the parameter is omitted, the summaries will be truncated, so the current behavior is unchanged.
Adds the ability to pass in a new command line parameter
--word-wrap
which will word-wrap the issue summaries at MAX_SUMMARY_LENGTH instead of truncating them. When the parameter is omitted, the summaries will be truncated, so the current behavior is unchanged.