allow argumentless flags

This commit is contained in:
2021-10-25 18:29:59 +02:00
parent 2789502c89
commit 6137e31c3b
4 changed files with 18 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ type Hooks struct {
Failure HookArray `yaml:"failure,omitempty"`
}
type Options map[string]map[string][]string
type Options map[string]map[string][]interface{}
type Location struct {
name string `yaml:",omitempty"`