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
Support for this would be required to implement yargs/yargs#1640.
The idea is to add support for trailing indents to the div function.
One possible API would be supporting an option multilineIndents for each column passed to div. That option would take an array of two numbers [leadingIndent, trailingIndent] with these meanings:
leadingIndent (number): how many spaces to add to the start of the first line in that column
trailingIndent (number): how many spaces to add to the start of each line after the first
The text was updated successfully, but these errors were encountered:
Support for this would be required to implement yargs/yargs#1640.
The idea is to add support for trailing indents to the
div
function.One possible API would be supporting an option
multilineIndents
for each column passed todiv
. That option would take an array of two numbers[leadingIndent, trailingIndent]
with these meanings:leadingIndent
(number): how many spaces to add to the start of the first line in that columntrailingIndent
(number): how many spaces to add to the start of each line after the firstThe text was updated successfully, but these errors were encountered: