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
I'm using glamour as the renderer for help text in my program (which is also rendered on web and in PDF by other methods). I want to use tables for typical settings/defaults/description lists instead of layers of bullet points.
I am setting the wordwrap based on the term width (from term.GetSize()) but the table is always rendered as 74 chars wide. e.g.
I'm using glamour as the renderer for help text in my program (which is also rendered on web and in PDF by other methods). I want to use tables for typical settings/defaults/description lists instead of layers of bullet points.
I am setting the wordwrap based on the term width (from term.GetSize()) but the table is always rendered as 74 chars wide. e.g.
Is there a was to filter down the width setting for tables that I have simply missed or is it a restriction in the use of tablewriter?
The text was updated successfully, but these errors were encountered: