greymd / teip

Masking tape to help commands "do one thing well"
MIT License
569 stars 19 forks source link

Possible typo in documentation -vg used instead for -og #57

Closed nkh closed 9 months ago

nkh commented 1 year ago
Of course, it can also be used for the -og option.

#  typo                          <--->
$ printf 'AAA\n123\nBBB\n' | teip -vg '\d+' -- sed 's/./@/g'
@@@
123
@@@
greymd commented 9 months ago

Thank you for your report. Fixed in #66