feat(sed): support multiple file names#314
Conversation
src/sed.js
Outdated
There was a problem hiding this comment.
Small nitpick: maybe make this "no files given"?
|
I have a few notes, but it otherwise looks good. |
dc508b7 to
7c8d3cf
Compare
|
@ariporad I addressed your comments. I also added an invalid test case, since I realized I forgot to add one of those 👍 And I removed the leading slash from one of the existing test cases to play better with Windows compatibility (not sure if it was an issue, but it should at least make the test more robust, since it doesn't depend on the user's root directory contents anymore). |
7c8d3cf to
62f0bd8
Compare
|
LGTM! |
fixes #231. Semantics are like unix sed.
62f0bd8 to
bccf620
Compare
|
LGTM. Merging |
feat(sed): support multiple file names
|
Superb! Is there any rough time horizon for the next release version of shelljs? |
|
We've started tracking issues under the v0.6 milestone (that'll be our next release). Feel free to help out if you're available (or report any major bugs you think should be in the next release) |
|
Thanks |
fixes #231. Semantics are like unix sed.
Also, if we merge this, it makes the PR to add support for pipes slightly nicer.