Array flags can be non-ordered
This commit is contained in:
parent
dbf1985d25
commit
0e36a850cf
5 changed files with 22 additions and 5 deletions
|
|
@ -31,6 +31,7 @@ type ExerciceFlag struct {
|
|||
Label string `toml:",omitempty"`
|
||||
Raw interface{}
|
||||
Separator string `toml:",omitempty"`
|
||||
Ordered bool `toml:",omitempty"`
|
||||
IgnoreCase bool `toml:",omitempty"`
|
||||
ValidatorRe string `toml:"validator_regexp,omitempty"`
|
||||
Help string `toml:",omitempty"`
|
||||
|
|
|
|||
Reference in a new issue