wp-cli / language-command

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

Add deprecation notice to `wp language core activate` help text #94

Closed corsonr closed 1 year ago

corsonr commented 4 years ago

wp language core activate is deprecated and wp site switch-language should be used instead.

swissspidy commented 1 year ago

A deprecation message is printed when using the command.

It's still helpful to list the command in the help output, even if it's deprecated.

But I think we could add the deprecation hint also to the help text (the docblock)

Pathan-Amaankhan commented 1 year ago

Hello @swissspidy @corsonr,

I have raised the PR that adds a deprecation hint in wp language core activate's help text.

Please do let me know if any further changes are required.