Manager: Add new pattern logic to system config files

This commit is contained in:
Riyyi
2022-03-08 00:06:01 +01:00
parent 3b4ea3f42d
commit db22cc9f06
7 changed files with 27 additions and 43 deletions
-1
View File
@@ -42,7 +42,6 @@ private:
void selectivelyCommentOrUncomment(const std::string& path);
void forEachDotfile(const std::vector<std::string>& targets, const std::function<void(const std::filesystem::directory_entry&, size_t)>& callback);
bool isSystemTarget(const std::string& target);
};
#endif // DOTFILE_H