Make the default depth configurable

This commit is contained in:
Oliver Davies 2025-07-31 22:39:33 +01:00
parent f6983c78d0
commit 0ee35feeb1
4 changed files with 12 additions and 3 deletions

View file

@ -9,6 +9,7 @@ import (
)
type Config struct {
Depth string `yaml:"depth"`
Directories []string `yaml:"directories"`
}