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
I don't think this is something we'd want to have in the TOML standard since this is something that can be implemented by tools that consume TOML, as additional behaviour of the tool. I understand that it might be a common use case, but the way to satisfy this would be to address it at the application level and not the TOML language level.
It is possible to ask the final parser to pick up a previously defined value, and append to it?
Finally, I expect the value
tool.binpath='~/apps/mytool/bin'
I am using the
rcpptoml
parser, and not sure which is the best repo to raise this issue.@eddelbuettel
Thanks for nice clean config lang!
The text was updated successfully, but these errors were encountered: