Document empty replacement values#234
Conversation
c5aaedb to
79a1350
Compare
There was a problem hiding this comment.
Code Review
This pull request updates the documentation and command help text for the search-replace command to clarify that the --new flag can be used to specify an empty replacement string. It also adds a practical example of removing a string by replacing it with an empty value. I have no feedback to provide.
There was a problem hiding this comment.
Pull request overview
This pull request clarifies in the command documentation that --new can be used to provide an empty replacement value (i.e., to remove matched content), and adds a concrete example demonstrating --new=''.
Changes:
- Update
--new=<value>option docs to explicitly mention empty replacement values. - Add an example showing how to remove a string by replacing it with an empty value.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Summary
Testing
Closes #84