wecodemore / wpstarter

Easily bootstrap whole site Composer packages for WordPress.
https://wecodemore.github.io/wpstarter/
MIT License
244 stars 34 forks source link

`wpstarter` binary should be able to show a list of recognized steps #86

Closed schlessera closed 1 year ago

schlessera commented 5 years ago

Although you can run individual steps through the wpstarter binary, it cannot provide a list of recognized steps. Discovering the available steps requires going through the code of all the individual steps to find the names.

It would be useful to have a more convenient discovery mechanism for this, either by having wpstarter --help immediately show the list of recognized steps, or by having a separate subcommand to list these steps.

gmazzap commented 1 year ago

d1033d0 Introduce composer wpstarter --steps-help.

It lists dyanamically all steps, including the custom, and excluding those disabled. Tests and documentationa re also there.