diff --git a/src/dotfile.h b/src/dotfile.h index b4c8b90..03de1f4 100644 --- a/src/dotfile.h +++ b/src/dotfile.h @@ -49,6 +49,8 @@ public: void setSystemDirectories(const std::vector& systemDirectories) { m_systemDirectories = systemDirectories; } void setExcludePaths(const std::vector& excludePaths) { m_excludePaths = excludePaths; } + const std::filesystem::path& workingDirectory() const { return m_workingDirectory; } + private: void pullOrPush(SyncType type, const std::vector& targets = {}); void sync(SyncType type,