mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2026-05-16 08:24:41 +02:00
b6e30124e0
These flags provide granular control over ripgrep's buffering strategy. The --line-buffered flag can be genuinely useful in certain types of shell pipelines. The --block-buffered flag has a murkier use case, but we add it for completeness.