feat: add parallel flag (#114)

* add parallel flag
This commit is contained in:
ChristopherHX
2025-06-08 12:41:42 +02:00
committed by GitHub
parent f36df5592d
commit 3293d725a7
5 changed files with 24 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ type Input struct {
listOptions bool
validate bool
strict bool
parallel int
}
func (i *Input) resolve(path string) string {