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
We currently parse, update, and write out the entire config file whenever the CLI is mutating the file. This has the side effect of removing any comments.
We would like to preserve a user's manual edits, including comments, whenever possible.
Definition of "Done"
We use toml_edit or some similar crate in order to apply edits to the spacetime config file.
When the CLI mutates the config, user comments are preserved.
The text was updated successfully, but these errors were encountered:
Background
We currently parse, update, and write out the entire config file whenever the CLI is mutating the file. This has the side effect of removing any comments.
We would like to preserve a user's manual edits, including comments, whenever possible.
Definition of "Done"
toml_edit
or some similar crate in order to apply edits to the spacetime config file.The text was updated successfully, but these errors were encountered: