mirror of
https://ghproxy.net/https://github.com/wp-cli/extension-command.git
synced 2025-10-04 01:34:31 +08:00
Merge branch 'main' into add/phpstan
This commit is contained in:
commit
ec9d94e6d5
2 changed files with 4 additions and 4 deletions
|
@ -255,9 +255,9 @@ wp plugin install <plugin|zip|url>... [--version=<version>] [--force] [--ignore-
|
|||
If set, the command will overwrite any installed version of the plugin, without prompting
|
||||
for confirmation.
|
||||
|
||||
[--ignore-requirements]
|
||||
:If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
|
||||
specified by the plugin authors.
|
||||
[--ignore-requirements]
|
||||
If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
|
||||
specified by the plugin authors.
|
||||
|
||||
[--activate]
|
||||
If set, the plugin will be activated immediately after install.
|
||||
|
|
|
@ -1005,7 +1005,7 @@ class Plugin_Command extends CommandWithUpgrade {
|
|||
* for confirmation.
|
||||
*
|
||||
* [--ignore-requirements]
|
||||
* :If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
|
||||
* : If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
|
||||
* specified by the plugin authors.
|
||||
*
|
||||
* [--activate]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue