Skip to content

Commit d7f95f1

Browse files
authored
Merge pull request #365 from wp-cli/regenerate-readme
2 parents d800c74 + 1046321 commit d7f95f1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Generates starter code for a theme based on _s.
4444
wp scaffold underscores <slug> [--activate] [--enable-network] [--theme_name=<title>] [--author=<full-name>] [--author_uri=<uri>] [--sassify] [--woocommerce] [--force]
4545
~~~
4646

47+
**Alias:** `_s`
48+
4749
See the [Underscores website](https://underscores.me/) for more details.
4850

4951
**OPTIONS**
@@ -321,6 +323,8 @@ Generates PHP code for registering a custom post type.
321323
wp scaffold post-type <slug> [--label=<label>] [--textdomain=<textdomain>] [--dashicon=<dashicon>] [--theme] [--plugin=<plugin>] [--raw] [--force]
322324
~~~
323325

326+
**Alias:** `cpt`
327+
324328
**OPTIONS**
325329

326330
<slug>
@@ -364,6 +368,8 @@ Generates PHP code for registering a custom taxonomy.
364368
wp scaffold taxonomy <slug> [--post_types=<post-types>] [--label=<label>] [--textdomain=<textdomain>] [--theme] [--plugin=<plugin>] [--raw] [--force]
365369
~~~
366370

371+
**Alias:** `tax`
372+
367373
**OPTIONS**
368374

369375
<slug>

0 commit comments

Comments
 (0)