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
Currently, the width of a content section is configurable. Here's an example of a content section with a maxWidth of 40:
constusage=commandLineUsage([{header: 'A typical app',content: {options: {maxWidth: 40},data: [{col: 'Generates something [italic]{very} important. This is a rather long, but ultimately inconsequential description intended solely to demonstrate description appearance. '}]}}])
Output:
A typical app
Generates something very important.
This is a rather long, but ultimately
inconsequential description intended
solely to demonstrate description
appearance.
Currently, the width of a
content
section is configurable. Here's an example of a content section with amaxWidth
of 40:Output:
However, an
optionList
section currently has a fixed width of 80 columns which is an issue for some users.Resolve this issue by making the
maxWidth
of anoptionList
section configurable, the same way as it is for acontent
section.The text was updated successfully, but these errors were encountered: