We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe your use case and the problem you are facing
When I list languages:
installed
wp language core list --status=installed
active
wp language core list --status=active
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
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
The text was updated successfully, but these errors were encountered:
This should be solved in the same way we solved this for plugins and themes: wp-cli/extension-command#234
Sorry, something went wrong.
Taking a look at this one for WCUS (2024) Contributor Day!
No branches or pull requests
Feature Request
Describe your use case and the problem you are facing
When I list languages:
installed
withwp language core list --status=installed
active
withwp language core list --status=active
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
The text was updated successfully, but these errors were encountered: