Add loading of a single level of includes from configuration files#1588
Add loading of a single level of includes from configuration files#1588ntninja wants to merge 3 commits intobinwiederhier:mainfrom
Conversation
|
Well, suggesting |
|
Locally built and tested now. Go remains an appalling minefield of inconsistencies as always, though… |
|
It's not Go. It's the CLI library. It's neat but that yaml stuff is wild and confusing |
|
Well, I didn’t interact with the CLI library at all for this, so I’ll take your word on the joy that may have been. For this code it was things like “oh look, structs are passed by value, slices are semantically passed by value but internally passed by reference, but maps are semantically and internally passed by reference” (I fail to see the logic behind this). Or the whole What’s your take on the code? |
So far I was not able to compile it locally.
Fixes #1492