Array flags can be non-ordered

This commit is contained in:
nemunaire 2018-12-04 19:09:58 +01:00
commit 0e36a850cf
5 changed files with 22 additions and 5 deletions

View file

@ -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"`