You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"post": "This is additional text to show after main body content."
262
263
},
263
264
```
@@ -276,7 +277,13 @@ In this example:
276
277
Overwrite the readme if it already exists.
277
278
278
279
[--branch=<branch>]
279
-
Name of default branch of the underlying repository. Defaults to master.
280
+
Name of default branch of the underlying repository. Defaults to main.
281
+
282
+
[--license=<license>]
283
+
License for the package.
284
+
---
285
+
default: MIT
286
+
---
280
287
281
288
282
289
@@ -341,6 +348,10 @@ Want to contribute a new feature? Please first [open a new issue](https://github
341
348
342
349
Once you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience. See "[Setting up](https://make.wordpress.org/cli/handbook/pull-requests/#setting-up)" for details specific to working on this package locally.
343
350
351
+
### License
352
+
353
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
354
+
344
355
## Support
345
356
346
357
GitHub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
0 commit comments