pawelrychlik / jira-dependency-graph

Graph visualizer for JIRA tickets' dependencies
MIT License
282 stars 90 forks source link

Add textwrap option #22

Closed slash-zero closed 6 years ago

slash-zero commented 6 years ago

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.

pawelrychlik commented 6 years ago

@slash-zero thanks!