wp-cli / scaffold-command

Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
MIT License
165 stars 87 forks source link

Remove `Inflector` class for WP-CLI v2 #164

Closed schlessera closed 6 years ago

schlessera commented 6 years ago

The Inflector class is moved to the framework to make it available to all commands: https://github.com/wp-cli/wp-cli/issues/4880

It should be removed for v2 from this package.