Closed kimgrytoyr closed 2 years ago
Thanks for the PR @kimgrytoyr! Can you update the tests for them as well?
Proceeding with https://github.com/wp-cli/wp-cli/issues/5594 for this repository. I've captured this PR to https://gist.github.com/danielbachhuber/4194e7f7bca22b80f3033cfe5d11fd3d in case this PR is auto-closed or broken in some way.
Fixes #96.
This PR adds a check to see if the requested format is something else than
table
. If it is, the keys and values will be presented as-is. If it'stable
, the pretty-printing of (the first level of) nested values will happen, as before.