Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/Core_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ public function check_update( $args, $assoc_args ) {
* md5 hash verified: c5366d05b521831dd0b29dfc386e56a5
* Success: WordPress downloaded.
*
* @skipglobalargcheck Reusing `--path` on purpose.
* @when before_wp_load
*
* @param array{0?: string} $args Positional arguments.
Expand Down Expand Up @@ -467,6 +468,8 @@ public function is_installed( $args, $assoc_args ) {
* # Install WordPress without disclosing admin_password to bash history
* $ wp core install --url=example.com --title=Example --admin_user=supervisor --admin_email=info@example.com --prompt=admin_password < admin_password.txt
*
* @skipglobalargcheck Reusing `--url` on purpose.
*
* @param string[] $args Positional arguments. Unused.
* @param array{url: string, title: string, admin_user: string, admin_password?: string, admin_email: string, locale?: string, 'skip-email'?: bool} $assoc_args Associative arguments.
*/
Expand Down Expand Up @@ -596,6 +599,7 @@ public function multisite_convert( $args, $assoc_args ) {
* Added multisite constants to wp-config.php.
* Success: Network installed. Don't forget to set up rewrite rules.
*
* @skipglobalargcheck Reusing `--url` on purpose.
* @subcommand multisite-install
*
* @param string[] $args Positional arguments. Unused.
Expand Down