## Bug Report - [ ] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [ ] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current, buggy behavior** When an option is "0" YAML format output is empty. JSON output is `"0"` **Describe how other contributors can replicate this bug** ```console $ wp option get blog_public --format=yaml --- ```
Bug Report
Describe the current, buggy behavior
When an option is "0" YAML format output is empty.
JSON output is
"0"Describe how other contributors can replicate this bug