Add --print0 option

Related: #660
This commit is contained in:
Junegunn Choi
2016-09-18 04:52:47 +09:00
parent 401a5fd5ff
commit 37f43fbb35
5 changed files with 27 additions and 11 deletions

View File

@@ -7,6 +7,8 @@ CHANGELOG
- Added `--algo=[v1|v2]` option so one can still choose the old algorithm
which values the search performance over the quality of the result
- Advanced scoring criteria
- `--read0` to read input delimited by ASCII NUL character
- `--print0` to print output delimited by ASCII NUL character
0.13.5
------