Skip to content

option to return headless results #171

@joeldcanfield

Description

@joeldcanfield

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions