Support comment retention in fnox.toml (in fnox set)
#135
Replies: 7 comments 1 reply
|
I think this is a good point. It seems like |
|
I've added some comment preservation tests that are failing that can be observed in colelawrence@ff5d097 - I'd be happy to open as a PR |
|
|
|
Is there any further progress on this thread? I’m also interested in working on it. |
|
I even tried doing like the ssh keys; adding an email after the key to signify the owner of it. That actually works fine for |
|
Hmm for me it keeps all comments after I'm on macOS 26.3 using Ghostty 1.2.3 with zsh, maybe any of that matters 🤷🏻♂️ |
|
I'm seeing that [providers.keychain]
type = "keychain"
+[secrets]
+"SEKRIT_PASSWORD"= { provider = "keychain", value = "SEKRIT_PASSWORD", if_missing = "error" }
-[secrets."SEKRIT_PASSWORD"]
-provider = "keychain"
-value = "SEKRIT_PASSWORD"
-if_missing = "error"
|
Uh oh!
There was an error while loading. Please reload this page.
I like to put all of my documentation directly into these TOML files so that other people can understand and read the like TOML files where things are defined to understand how they're linked. For now, my workaround is defining an
fnox.README.mdfile.All reactions