pandastrike / yaml-cli

A simple CLI for querying and updating YAML files
ISC License
86 stars 5 forks source link

set null value using ~ #16

Open dyoder opened 8 years ago

dami0 commented 8 years ago

Why not the ASCII (and therefore UTF as well, considering it's a subset) control character NULL? You can get it in node.js and shell with "\x0".

dyoder commented 8 years ago

The reasoning was that ~ is YAML's notation for null.