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
Fixes#917
Reset the `_currentColumn` after writing separator lines and marking the
need for a newline.
Previously if a flag was written with no help text the current column
would remain at the position where help text would otherwise be written.
On the next write the target `column` would be lower so an extra line
is added to wrap back to the intended column.
0 commit comments