lean flag

This commit is contained in:
2022-04-27 00:55:31 +02:00
parent 5bcf5c9217
commit 3bc091f826
3 changed files with 8 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/spf13/viper"
)
const VERSION = "1.7.0"
const VERSION = "1.7.1"
type OptionMap map[string][]interface{}
type Options map[string]OptionMap