freelabz/secator

feat(config): add `strategy` flag to `Config.set` to add / remove item to existing list / dict

Opened this issue · 0 comments

strategy = append: append to existing list / dict
strategy = overwrite: overwrite existing list / dict
strategy = remove: remove from list / dict