File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ wp-cli/scaffold-package-command
3
3
4
4
Scaffolds WP-CLI commands with functional tests, full README.md, and more.
5
5
6
- [ ![ Testing] ( https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml/badge.svg )] ( https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml ) [ ![ Build Status] ( https://travis-ci.org/wp-cli/scaffold-package-command.svg?branch=master )] ( https://travis-ci.org/wp-cli/scaffold-package-command ) [ ![ CircleCI] ( https://circleci.com/gh/wp-cli/scaffold-package-command/tree/main .svg?style=svg )] ( https://circleci.com/gh/wp-cli/scaffold-package-command/tree/main )
6
+ [ ![ Testing] ( https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml/badge.svg )] ( https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml ) [ ![ Build Status] ( https://travis-ci.org/wp-cli/scaffold-package-command.svg?branch=master )] ( https://travis-ci.org/wp-cli/scaffold-package-command ) [ ![ CircleCI] ( https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master .svg?style=svg )] ( https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master )
7
7
8
8
Quick links: [ Using] ( #using ) | [ Installing] ( #installing ) | [ Contributing] ( #contributing ) | [ Support] ( #support )
9
9
@@ -190,7 +190,7 @@ WP-CLI Behat framework uses Behat ~2.5, which is installed with Composer.
190
190
Generate a README.md for your command.
191
191
192
192
~~~
193
- wp scaffold package-readme <dir> [--force]
193
+ wp scaffold package-readme <dir> [--force] [--branch=<branch>]
194
194
~~~
195
195
196
196
Creates a README.md with Using, Installing, and Contributing instructions
@@ -258,6 +258,9 @@ In this example:
258
258
[--force]
259
259
Overwrite the readme if it already exists.
260
260
261
+ [--branch=<branch>]
262
+ Name of default branch of the underlaying repository. Defaults to master.
263
+
261
264
262
265
263
266
### wp scaffold package-github
You can’t perform that action at this time.
0 commit comments