Files
jira/jiracli
Evan Gates 0e3082fab6 templates: add wrap helper function
Add "wrap" command to TemplateProcessor.  Use
github.com/mitchellh/go-wordwrap to wrap lines on word breaks at
a given length.  This can make long fields much more readable in
a terminal.  E.g.

	{{ .fields.description | wrap 76 | indent 2}}
2020-09-30 11:51:06 -04:00
..
2017-08-13 18:23:38 -07:00
2018-07-28 16:29:51 -07:00
2020-08-31 16:12:42 -07:00
2019-05-27 10:49:15 +01:00