microtodd / yamledit

A python YAML commandline editor
MIT License
2 stars 2 forks source link

(minor issue) README example typo #9

Open chrod opened 6 years ago

chrod commented 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

corrected: python yamledit.py -f in.yml -o out.yml -r foo.bar.biz baz