Closed
Description
#6454 reminds me that sometimes we want to skip header and summary entirely from the output (posting examples online for example). Currently the only way to skip headers is to use -q
, but this is a global option which affects many other parts (like diff and progress reporting).
How about a --lean-terminal
or something which only skips both header and summary?