Skip to content

Commit 330adba

Browse files
committed
Merge branch 'main' into copilot/add-format-flag-to-update-commands
2 parents c904b44 + a4274d1 commit 330adba

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Returns exit code 0 when installed, 1 when uninstalled.
147147
Installs a given language.
148148

149149
~~~
150-
wp language core install <language>... [--activate]
150+
wp language core install <language>... [--activate] [--format=<format>]
151151
~~~
152152

153153
Downloads the language pack from WordPress.org. Find your language code at: https://translate.wordpress.org/
@@ -160,6 +160,16 @@ Downloads the language pack from WordPress.org. Find your language code at: http
160160
[--activate]
161161
If set, the language will be activated immediately after install.
162162

163+
[--format=<format>]
164+
Render output in a particular format (for one or more languages).
165+
---
166+
options:
167+
- table
168+
- csv
169+
- json
170+
- summary
171+
---
172+
163173
**EXAMPLES**
164174

165175
# Install the Brazilian Portuguese language.

0 commit comments

Comments
 (0)