Closed ernilambar closed 7 months ago
Describe the current, buggy behavior
When two themes are passed to install with activate flag, first theme is activated and after second theme is installed, newly installed theme is activated.
wp theme install simple-life blue-planet --activate
May be we should warn users in such case like:
Error: Only a single theme can be active.
Describe what you would expect as the correct outcome
Good catch!
Another option is a warning instead of an error. I think I'd opt for the warning because throwing an error would be a breaking change.
Bug Report
Describe the current, buggy behavior
When two themes are passed to install with activate flag, first theme is activated and after second theme is installed, newly installed theme is activated.
wp theme install simple-life blue-planet --activate
May be we should warn users in such case like:
Describe what you would expect as the correct outcome
Error: Only a single theme can be active.