mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 04:29:04 +03:00
feat: allow to remove templates
This commit is contained in:
@@ -41,6 +41,7 @@ class file
|
||||
}
|
||||
virtual void insert_or_update_value(const std::string §ion, const std::string &key,
|
||||
const value_type &value) {};
|
||||
virtual void remove_section(const std::string §ion) {};
|
||||
virtual Result<void> save_file() { return Ok(); };
|
||||
};
|
||||
} // namespace clrsync::core::io
|
||||
|
||||
Reference in New Issue
Block a user