diff --git a/README.md b/README.md index 7d0034e8..3457dbbc 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Generates starter code for a theme based on _s. wp scaffold underscores [--activate] [--enable-network] [--theme_name=] [--author=<full-name>] [--author_uri=<uri>] [--sassify] [--woocommerce] [--force] ~~~ +**Alias:** `_s` + See the [Underscores website](https://underscores.me/) for more details. **OPTIONS** @@ -321,6 +323,8 @@ Generates PHP code for registering a custom post type. wp scaffold post-type <slug> [--label=<label>] [--textdomain=<textdomain>] [--dashicon=<dashicon>] [--theme] [--plugin=<plugin>] [--raw] [--force] ~~~ +**Alias:** `cpt` + **OPTIONS** <slug> @@ -364,6 +368,8 @@ Generates PHP code for registering a custom taxonomy. wp scaffold taxonomy <slug> [--post_types=<post-types>] [--label=<label>] [--textdomain=<textdomain>] [--theme] [--plugin=<plugin>] [--raw] [--force] ~~~ +**Alias:** `tax` + **OPTIONS** <slug>