Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for specifying the root of the config directory #131

Merged
merged 4 commits into from
Nov 12, 2023

Conversation

michael-projectx
Copy link
Collaborator

  • Previously the root of the config directory was assumed to be the parent directory of the config file.
    This functionality is still supported if the root directory is not specified
  • The user may optionally specify a "root" directory for all config files and a path relative to the base config file

.def("getType", &flexi_cfg::Reader::getType)
.def("findStructWithKey", &flexi_cfg::Reader::findStructsWithKey)
.def("get_type", &flexi_cfg::Reader::getType)
.def("find_struct_with_key", &flexi_cfg::Reader::findStructsWithKey)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

find_structs_with_key

@miker2 miker2 merged commit d2f6990 into main Nov 12, 2023
10 checks passed
@miker2 miker2 deleted the feat/issue-130-specify-config-root branch November 12, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants