wp-cli / scaffold-package-command

Scaffolds WP-CLI commands with functional tests, full README.md, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't create features/load-wp.feature when features dir already has a feature

danielbachhuber opened this issue · comments

features/load-wp.feature is a sample feature we don't need to re-scaffold when a user already has other features.

This makes it easier to run wp scaffold package-tests ./ --force on an existing project without necessarily always having a change.