samwho / spacer

CLI tool to insert spacers when command output stops
https://github.com/samwho/spacer
MIT License
853 stars 9 forks source link

Padding is off by one #14

Closed simonwiles closed 11 months ago

simonwiles commented 11 months ago

Passing a padding argument (-p, --padding) results in one more padding line than specified, as writeln already includes one newline.