Rename project to "cook" and ditch loading fgrom args, now files exclusively

This commit is contained in:
2025-04-01 13:32:55 +02:00
parent 4ff2ee80ee
commit c5d1dad8de
11 changed files with 37 additions and 63 deletions

View File

@@ -10,7 +10,6 @@ var (
// Deprecated
ResetFlag = flag.Bool("reset", false, "Reset files to their original state")
LogLevel = flag.String("loglevel", "INFO", "Set log level: ERROR, WARNING, INFO, DEBUG, TRACE")
Cookfile = flag.String("cook", "**/cook.yml", "Path to cook config files, can be globbed")
ParallelFiles = flag.Int("P", 100, "Number of files to process in parallel")
Filter = flag.String("filter", "", "Filter commands before running them")
)