wp-cli / profile-command

Quickly identify what's slow with WordPress
MIT License
271 stars 29 forks source link

Broken docs for --format argument #146

Closed johnbillion closed 6 years ago

johnbillion commented 6 years ago

The list of available formats is at the bottom of the docblock for each of the four commands in the Command class. It should immediately follow the [--format=<format>] section in each docblock.

The section in question is:

  ---
  default: table
  options:
  - table
  - json
  - yaml
  - csv
  ---