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:
@@ -19,6 +19,7 @@ class toml_file : public file
|
||||
std::map<std::string, value_type> get_table(const std::string §ion_path) const override;
|
||||
void insert_or_update_value(const std::string §ion, const std::string &key,
|
||||
const value_type &value) override;
|
||||
void remove_section(const std::string §ion) override;
|
||||
Result<void> save_file() override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user