eBay / tsv-utils

eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
https://ebay.github.io/tsv-utils/
Boost Software License 1.0
1.42k stars 80 forks source link

number-lines --line-buffered #335

Closed jondegenhardt closed 3 years ago

jondegenhardt commented 3 years ago

This PR adds --line-buffered support to number-lines. It is a follow-up to PRs #333 and #334.

codecov-io commented 3 years ago

Codecov Report

Merging #335 (22ed975) into master (9d4b110) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #335      +/-   ##
==========================================
+ Coverage   99.34%   99.35%   +0.01%     
==========================================
  Files          18       18              
  Lines        7175     7178       +3     
==========================================
+ Hits         7128     7132       +4     
+ Misses         47       46       -1     
Impacted Files Coverage Δ
number-lines/src/tsv_utils/number-lines.d 100.00% <100.00%> (ø)
tsv-select/src/tsv_utils/tsv-select.d 100.00% <0.00%> (+0.86%) :arrow_up: