Would love an option to return results without headings. For example the command
wp doctor check --all --spotlight --format=csv --fields=status,name
returns
status,name
warning,cache-flush
but I would like to see
warning,cache-flush
Details: all result formats include headers. When piping results to other scripts, I don't want to have to explicitly ignore "name,status" in the data I pass along, just a comma separated set of data.