Skip to content

Fix: Replacement added for the &&#444

Merged
danielbachhuber merged 1 commit intowp-cli:mainfrom
SH4LIN:document-&&-escaping-bug/60
May 25, 2023
Merged

Fix: Replacement added for the &&#444
danielbachhuber merged 1 commit intowp-cli:mainfrom
SH4LIN:document-&&-escaping-bug/60

Conversation

@SH4LIN
Copy link
Contributor

@SH4LIN SH4LIN commented May 25, 2023

Issue: wp-cli/cache-command#60

$ wp transient delete --all --network && wp site list --field=url | xargs -n1 -I % wp --url=% transient delete --all

Should be:
$ wp transient delete --all --network && wp site list --field=url | xargs -n1 -I % wp --url=% transient delete --all

Resolved

  • && will properly converted into &&

@SH4LIN SH4LIN requested a review from a team as a code owner May 25, 2023 11:50
Copy link
Member

@danielbachhuber danielbachhuber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @SH4LIN !

@danielbachhuber danielbachhuber added this to the 2.8.0 milestone May 25, 2023
@danielbachhuber danielbachhuber merged commit eb49c38 into wp-cli:main May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants