wp-cli / extension-command

Manages plugins and themes, including installs, activations, and updates.
MIT License
88 stars 80 forks source link

Improve warning message for install and activate multiple themes #419

Closed danielbachhuber closed 5 months ago

danielbachhuber commented 5 months ago

Improves the warning message present when wp theme install --activate is used with multiple themes:

Before:

$ wp theme install twentytwelve twentyeleven --activate
Warning: Only a single theme can be active.

After:

$ wp theme install twentytwelve twentyeleven --activate
Warning: Only this single theme will be activated: twentyeleven

From https://github.com/wp-cli/extension-command/pull/408 Related https://github.com/wp-cli/extension-command/issues/406 Related https://github.com/wp-cli/wp-cli/issues/5935