From 1046321ef4f0f3d915dedbabf0d316beaa2ef5fa Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 21 Jan 2026 12:36:56 +0000 Subject: [PATCH] Regenerate README file - 2026-01-21 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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>