Open chrod opened 6 years ago
In the first example in the README:
python yamledit.py -f in.yml -o out.yml -f foo.bar.biz baz
last flag should be -r for replace, just seemingly a typo
-r
corrected: python yamledit.py -f in.yml -o out.yml -r foo.bar.biz baz
python yamledit.py -f in.yml -o out.yml -r foo.bar.biz baz
In the first example in the README:
python yamledit.py -f in.yml -o out.yml -f foo.bar.biz baz
last flag should be
-r
for replace, just seemingly a typocorrected:
python yamledit.py -f in.yml -o out.yml -r foo.bar.biz baz