-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Differentiate between not matched and not replaced #42
Labels
Comments
On a related note, is it possible to request a list of files where matches were not found? |
@CxRes yes that seems feasible, do you want to open a separate issue for that? |
This original issue also would need breaking changes to the API, so that we can return a more complex data structure as the result of replacements, with more information about what was replaced and what wasn't. |
adamreisnz
added a commit
that referenced
this issue
Apr 21, 2019
Implemented in 4.0.0 |
adamreisnz
added a commit
that referenced
this issue
Apr 21, 2019
* Bump dependencies * [feature] #38 Count number of matches * Update make-replacements.js * [feature] #42 Differentiate number of matches and number of replacements * [enhance] #56 Support for CWD parameter * Default config value * [enhance] #63 Add --quiet flag to supress console output in CLI * Update success-handler.js * Update readme and add change log
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to be able to tell if a value was matched but not replaced due to the replacement being an identical string. This is in the context of my attempts to do key/value overrides with more specific error handling.
The text was updated successfully, but these errors were encountered: