We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yaml w foo.yaml a []
want: a: [] got: a: '[]'
a: []
a: '[]'
Perhaps the CLI syntax would need to be different to disambiguate [] vs "[]".
[]
"[]"
The text was updated successfully, but these errors were encountered:
Bugfix: Write empty array value
499974c
When the value is `[]` set the value to empty array instead of `'[]'`. Resolves: mikefarah#21
No branches or pull requests
yaml w foo.yaml a []
want:
a: []
got:
a: '[]'
Perhaps the CLI syntax would need to be different to disambiguate
[]
vs"[]"
.The text was updated successfully, but these errors were encountered: