From bbc6849edc5d59da60591aa286a6efd6e80dc49f Mon Sep 17 00:00:00 2001 From: Makkina Manideep <228a1a4448@risekrishnasaiprakasam.edu.in> Date: Tue, 22 Jul 2025 12:07:57 +0530 Subject: [PATCH] docs: add --format example to wp language core list Adds a usage example using the --format=json flag to show how to return installed languages in JSON format. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3105df1b..2d4f3fe2 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,10 @@ Downloads the language pack from WordPress.org. Find your language code at: http ### wp language core list +#### Example with --format flag: +```bash +$ wp language core list --status=installed --format=json Lists all available languages. ~~~