Manager: Search config file recursively from the working directory

This commit is contained in:
Riyyi
2022-02-07 21:37:15 +01:00
parent 12c11cff9e
commit c853dfcf24
2 changed files with 23 additions and 0 deletions
+4
View File
@@ -24,10 +24,14 @@ public:
bool verbose() const { return m_verbose; }
private:
void findConfigFile();
bool m_verbose { false };
std::filesystem::path m_workingDirectory {};
size_t m_workingDirectorySize { 0 };
std::filesystem::path m_config;
};
#endif // CONFIG_H