Manager: Add working directory getter

This commit is contained in:
Riyyi
2022-01-24 01:03:30 +01:00
parent c032373940
commit 4da262a8fe
+2
View File
@@ -49,6 +49,8 @@ public:
void setSystemDirectories(const std::vector<std::filesystem::path>& systemDirectories) { m_systemDirectories = systemDirectories; }
void setExcludePaths(const std::vector<ExcludePath>& excludePaths) { m_excludePaths = excludePaths; }
const std::filesystem::path& workingDirectory() const { return m_workingDirectory; }
private:
void pullOrPush(SyncType type, const std::vector<std::string>& targets = {});
void sync(SyncType type,