I'd like to run WP-CLI in English (e.g. help pages) Is there a nicer solution than putting this into the config file? ```yaml exec: 'global $locale; $locale="en_US";' ```