feat: --validate and --strict (#71)

* feat: `--validate` and `--strict`

* add test for strict validate
This commit is contained in:
ChristopherHX
2025-03-28 22:56:20 +01:00
committed by GitHub
parent b46fe4265e
commit 95ba59f608
9 changed files with 79 additions and 35 deletions

View File

@@ -60,6 +60,8 @@ type Input struct {
networkName string
localRepository []string
listOptions bool
validate bool
strict bool
}
func (i *Input) resolve(path string) string {