Add deduplicate flag

This commit is contained in:
2025-03-29 17:25:23 +01:00
parent fe6e97e832
commit 14d64495b6
2 changed files with 6 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ type ModifyCommand struct {
Reset bool `yaml:"reset"`
LogLevel string `yaml:"loglevel"`
Isolate bool `yaml:"isolate"`
NoDedup bool `yaml:"nodedup"`
}
type CookFile []ModifyCommand