Add Database::set_user_known_bash_tags()

This commit is contained in:
Oliver Hamlet
2026-01-02 15:30:40 +00:00
parent 2fe107d66b
commit db97a0786a
10 changed files with 92 additions and 2 deletions
+9
View File
@@ -152,6 +152,15 @@ public:
*/
virtual std::vector<std::string> GetUserKnownBashTags() const = 0;
/**
* @brief Sets the known Bash Tags to store in the userlist, overwriting any
* existing definitions there.
* @param bashTags
* The Bash Tag names to set.
*/
virtual void SetUserKnownBashTags(
const std::vector<std::string>& bashTags) = 0;
/**
* @brief Get all general messages listed in the loaded metadata lists.
* @param evaluateConditions