From e7ac3ad79ae0399511463b33989f615914074d81 Mon Sep 17 00:00:00 2001 From: Shalin Shah Date: Thu, 25 May 2023 17:09:49 +0530 Subject: [PATCH] Replacement added for the && --- bin/command.php | 1 + commands/package/path.md | 2 +- commands/plugin/path.md | 2 +- commands/transient/delete.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/command.php b/bin/command.php index d723e2a0d..99b6c6d9c 100644 --- a/bin/command.php +++ b/bin/command.php @@ -434,6 +434,7 @@ private static function gen_cmd_pages( $cmd, $parent = [], $verbose = false ) { $docs = preg_replace( '/"/', '"', $docs ); $docs = preg_replace( '/wp> /', 'wp> ', $docs ); $docs = preg_replace( '/=>/', '=>', $docs ); + $docs = preg_replace( '/ && /', ' && ', $docs ); $global_parameters = <<