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 should not allow the default and accepts strings to be longer than 1 line in the short version of the usage output. Preferably, I would:
Allow as much as will fit until the line wrap
Remove whole values to replace with an ellipsis (e.g. "value, ...}"), but if the first value is longer than the number of characters left, hard-cut the string like this "really-long-v...}"
If an accepts string is present and the combo of default and accepts strings is longer than 1 line and the default string is longer than half the line, shorten it in the same way as 2 above and then shorten the accepts string if the combo is still too long.
The text was updated successfully, but these errors were encountered:
I should not allow the default and accepts strings to be longer than 1 line in the short version of the usage output. Preferably, I would:
The text was updated successfully, but these errors were encountered: