wp-cli / scaffold-package-command

Scaffolds WP-CLI commands with functional tests, full README.md, and more.
MIT License
68 stars 19 forks source link

Fix scaffold package tests command docs #229

Closed ernilambar closed 5 months ago

ernilambar commented 5 months ago

We use ## EXAMPLES for examples section in the doc. Fixed scaffold package-tests command where ## EXAMPLE was used.

ernilambar commented 5 months ago

@danielbachhuber Is Circle CI test actually working on this repo?

danielbachhuber commented 5 months ago

@ernilambar I fixed it up with https://github.com/wp-cli/scaffold-package-command/pull/230