Feat:read section from multiple files;meger and override key value
In my project, I have several subprocesses, and most of the .ini configurations are shared among them, with only a small portion being different.
Therefore, I need to read two configuration files, one of which is shared, and the other is used to correspond to the different configurations for each subprocess.
So the requirement is to read multiple configuration files, where a section may be configured by multiple files, and the configurations in the later files can override those in the earlier files.
This is the reason for my pull request (PR) this time.
合并状态:未合并 5 条评论