chore: disable env acls

This commit is contained in:
Stavros
2025-11-04 17:48:45 +02:00
parent 20fb63532c
commit e23f4f1371
2 changed files with 84 additions and 62 deletions

View File

@@ -34,6 +34,9 @@ func (c *rootCmd) Register() {
Run: c.run,
}
// Ignore unknown flags to allow --providers-*
c.cmd.FParseErrWhitelist.UnknownFlags = true
c.viper.AutomaticEnv()
configOptions := []struct {