Currently, I am in the process of building a CLI tool utilizing OCLIF Framework and TypeScript. One of the commands I have developed retrieves all values from the database successfully. However, once retrieved, I would like to display this data in tables format within the terminal.
https://i.sstatic.net/8CJ1G.png
Are there any plugins or alternative methods available to assist in formatting the CLI output as shown in the image above?