Allow override language_default->language on command execution
Sometimes it's needed to launch some commands in a language. For exlample reindex search api with entity_api, only index current language items.
I've tryed launch the command in this way:
drush --variables="language_default=(object)array('language' => 'es')" <command>
but it doesn't work.
I think make this (or something similar) work could be a good improvement.
The point here is to add a language global option.
If anyone takes this on, please start with Drupal 8 and support prior versions if you have time and need.
This should be classified as a bug, not a feature.
For example, I am working on a multilingual site, which is set to a language I do not understand. The output I get from Drush is therefore extremely confusing and in some cases impossible to make sense of.