Skip to content

Commit 7a40604

Browse files
Regenerate README file - 2022-08-11 (#207)
Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
1 parent 0a8d5d1 commit 7a40604

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ wp-cli/scaffold-package-command
33

44
Scaffolds WP-CLI commands with functional tests, full README.md, and more.
55

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)
77

88
Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing) | [Support](#support)
99

@@ -190,7 +190,7 @@ WP-CLI Behat framework uses Behat ~2.5, which is installed with Composer.
190190
Generate a README.md for your command.
191191

192192
~~~
193-
wp scaffold package-readme <dir> [--force]
193+
wp scaffold package-readme <dir> [--force] [--branch=<branch>]
194194
~~~
195195

196196
Creates a README.md with Using, Installing, and Contributing instructions
@@ -258,6 +258,9 @@ In this example:
258258
[--force]
259259
Overwrite the readme if it already exists.
260260

261+
[--branch=<branch>]
262+
Name of default branch of the underlaying repository. Defaults to master.
263+
261264

262265

263266
### wp scaffold package-github

0 commit comments

Comments
 (0)