Open
Description
I think the --replace
option could be improved so that one could use it with multiple files, dirs and patterns:
lebab -t let --replace file1.js file2.js 'some*pattern.js` some-dir/
And then the error message of more than one input file in non-replace-mode can also be improved.
See old PR #257 for additional discussion.