Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | inspect: printTmpl must Flush writer | Aditya Rajan | 2021-09-09 |
Flush should be called after the last call to Write to ensure that any data buffered in the Writer is written to output. Any incomplete escape sequence at the end is considered complete for formatting purposes. Signed-off-by: Aditya Rajan <arajan@redhat.com> |