Add a --no-summary flag to hide the final count line printed at the end of treels output.
Currently treels always prints a summary like:
This is useful for interactive use, but it can be noisy when users want cleaner output or when piping treels into other tools.
Add a
--no-summaryflag to hide the final count line printed at the end oftreelsoutput.Currently
treelsalways prints a summary like:This is useful for interactive use, but it can be noisy when users want cleaner output or when piping treels into other tools.