You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli/api should not reference ut_output_table_buffer
Instead, it should use ut_xxx_reporter.get_lines to reference the buffer.
This way, different reporters can use different types of buffers and cli is abstracted from them.