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
#1414 introduced the --omissible-lists option for {json,yaml}-to-dhall. The same option should eventually replace --omitEmpty in dhall-to-{json,yaml}.
--omissible-lists
{json,yaml}-to-dhall
--omitEmpty
dhall-to-{json,yaml}
It would also be nice to get rid of camelCase in the dhall-json options. Let's rename --noMaps to --no-maps and --preserveNull to --preserve-null.
dhall-json
--noMaps
--no-maps
--preserveNull
--preserve-null
The text was updated successfully, but these errors were encountered:
Can I take this one?
Sorry, something went wrong.
@astynax That would be great! :)
If you have any questions, please ask right here!
Successfully merging a pull request may close this issue.
#1414 introduced the
--omissible-lists
option for{json,yaml}-to-dhall
. The same option should eventually replace--omitEmpty
indhall-to-{json,yaml}
.It would also be nice to get rid of camelCase in the
dhall-json
options. Let's rename--noMaps
to--no-maps
and--preserveNull
to--preserve-null
.The text was updated successfully, but these errors were encountered: