samwho / spacer

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

When using linux musl or linux gnu versions spacers adds a debug line with it's arguments #10

Closed zarkod closed 1 year ago

zarkod commented 1 year ago

It is the default behavior :

$ echo toto | spacer Args { after: 1.0, dash: 'â', padding: 0, no_color: false, force_color: false } toto

It should show this output only when using a (new) --debug flag, not during "normal" usage

samwho commented 1 year ago

This should be fixed in the most recent version. Sorry about that!