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
I am working on a config wizard of Clash. https://lancellc.gitbook.io/clash/clash-config-file/an-example-configuration-file I believe it is more desirable to leave the comments along with the config parts. However, if I decode and encode with Yams, the comments are gone. It there any way to keep them?
The text was updated successfully, but these errors were encountered:
Yams is built around libyaml, and that's not something it currently supports: yaml/libyaml#42
Sorry, something went wrong.
Thank you for your reply. In this case, I have to just splitting and joining the yamls when encoding.
No branches or pull requests
I am working on a config wizard of Clash. https://lancellc.gitbook.io/clash/clash-config-file/an-example-configuration-file
I believe it is more desirable to leave the comments along with the config parts. However, if I decode and encode with Yams, the comments are gone. It there any way to keep them?
The text was updated successfully, but these errors were encountered: