Closed lucasgonze closed 2 years ago
feature: new "literal" flag to do string replacement within literal input rather than in parsed yaml, in order to avoid conflicts with yaml-lint
feature: new "in-place" flag to write to stdout instead of the input file, in order to make destructive edits not the default
The regex was tested with the attached test file.
regex-test-yaml.txt
@lucasgonze Is this replaced by #84, or is the literal flag still required?
Moot because of #84.
feature: new "literal" flag to do string replacement within literal input rather than in parsed yaml, in order to avoid conflicts with yaml-lint
feature: new "in-place" flag to write to stdout instead of the input file, in order to make destructive edits not the default