You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be great if toml were supported the same way json and yaml are. This includes exporting/importing as well as an encoding package.
Describe the solution you'd like
A new encoding/toml package for marshalling/unmarshalling toml. There are some projects which use toml for configuration, and could be represented with cue.
In addition, cue export -otoml somthing.cue or cue import something.toml.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It would be great if toml were supported the same way json and yaml are. This includes exporting/importing as well as an encoding package.
Describe the solution you'd like
A new
encoding/toml
package for marshalling/unmarshalling toml. There are some projects which use toml for configuration, and could be represented with cue.In addition,
cue export -otoml somthing.cue
orcue import something.toml
.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: