The help renderer inserts an extra blank line between every header (NAME, USAGE, COMMANDS, etc.) and the first line of content beneath it. This wastes vertical space and looks wrong.
Current:
NAME
`tw` - twitch livestream automation
USAGE
tw COMMAND
Expected:
NAME
`tw` - twitch livestream automation
USAGE
tw COMMAND
One blank line after a header is fine, two is not.
The help renderer inserts an extra blank line between every header (NAME, USAGE, COMMANDS, etc.) and the first line of content beneath it. This wastes vertical space and looks wrong.
Current:
Expected:
One blank line after a header is fine, two is not.