value of a container option (e.g. array) is reset to empty on first specification
This commit is contained in:
@@ -13,6 +13,7 @@ type cliOptionBase struct {
|
||||
description string
|
||||
isArray bool
|
||||
hidden bool
|
||||
alreadySeen bool
|
||||
specialValues map[string]SpecialValueFunc
|
||||
incompatibleWith []string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user