Hello, Is it possible to highlight the text and give a maximum width to the output? i'm taking as exaple this command from whisper ``` whisper path/text.wav --word_timestamps True --max_line_width 22 --max_line_count 1 --highlight_words True --output_format srt ``` Thanks in advance, and great tool!