sync: introducing showlines property for vectors

It allows players to know in advance how many items the vector is composed.
This commit is contained in:
nemunaire 2019-11-25 17:45:41 +01:00
commit b4fa57f9c9
4 changed files with 35 additions and 9 deletions

View file

@ -35,6 +35,7 @@ type ExerciceFlag struct {
Type string `toml:",omitempty"`
Raw interface{}
Separator string `toml:",omitempty"`
ShowLines bool `toml:",omitempty"`
Ordered bool `toml:",omitempty"`
CaseSensitive bool `toml:",omitempty"`
ValidatorRe string `toml:"validator_regexp,omitempty"`