wp-cli / i18n-command

Provides internationalization tools for WordPress projects.
MIT License
96 stars 52 forks source link

`update-po`: Check for destination #356

Closed elenachavdarova closed 1 year ago

elenachavdarova commented 1 year ago

Included a check if the destination is not either a file or a directory. In that case return an WP_CLI error instead of Fatal Error. Functional tests added as well.

Fixes #332