Andrew Gallant e7829c05d3
cli: fix bug where last byte was stripped
In an effort to strip line terminators, we assumed their existence. But
a pattern file may not end with a line terminator, so we shouldn't
unconditionally strip them.

We fix this by moving to bstr's line handling, which does this for us
automatically.
2019-04-19 07:11:44 -04:00
..
2019-04-05 23:24:08 -04:00
2019-04-05 23:24:08 -04:00
2018-09-04 23:18:55 -04:00