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:
parent
a545112cb2
commit
b4fa57f9c9
4 changed files with 35 additions and 9 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Reference in a new issue