wp-cli / language-command

Installs, activates, and manages language packs.
MIT License
13 stars 21 forks source link

Include documentation - list all installed languages including active #96

Open hoopering opened 4 years ago

hoopering commented 4 years ago

Feature Request

Describe your use case and the problem you are facing

When I list languages:

but I cannot return all installed languages at once, based on the documentation available

wp language list --status!=uninstalled wp language list --status=active,installed

Describe the solution you'd like

A 'list all installed languages' variation should be explicit in the docs for language-command

schlessera commented 4 years ago

This should be solved in the same way we solved this for plugins and themes: https://github.com/wp-cli/extension-command/pull/234