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
In a CLI app it would be kind of neat to have something like: foo service list --format csv. This would be super easy if tty-table had such renderers, just do something like table.render(opts.format || :basic)
The text was updated successfully, but these errors were encountered:
As things stand the renderers logic is a bit convoluted for what it needs to be and much cleaner/simpler api is needed. My preference would be to create similar interface to tty-tree render I'm all for adding different renderer types for csv/json/yaml etc....
In a CLI app it would be kind of neat to have something like:
foo service list --format csv
. This would be super easy if tty-table had such renderers, just do something liketable.render(opts.format || :basic)
The text was updated successfully, but these errors were encountered: