<p>RT's CLI lets me add a one-line comment to a ticket:</p>
<p>rt comment -m 'ignore this test' 12345</p>
<p>or attach a file as a comment along w/ a one-line comment:</p>
<p>rt comment -m 'Test attachment' -a /tmp/test.txt 12345</p>
<p>but how can I add a multi-line non-attachment comment?</p>
<p>I'm running this from inside another script, so bringing up an editor<br>isn't feasible.<br></p>