We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5187c78 + d9285fd commit eb8bc06Copy full SHA for eb8bc06
1 file changed
classes/command.php
@@ -31,9 +31,13 @@ class WP_CLI_Command {
31
* <new-site-slug>
32
* : The subdomain/directory of the new site
33
*
34
+ * [<email>]
35
+ * : Email for admin user
36
+ *
37
* ## EXAMPLES
38
39
* wp site duplicate domain-slug
40
+ * wp site duplicate domain-slug admin@domain.com
41
* wp site duplicate test-site-12 --url=multisite.local/test-site-3
42
*/
43
public function __invoke( $args, $assoc_args ) {
0 commit comments