Stores ignorecase property for flags
This commit is contained in:
parent
3146e75ead
commit
f36e1c4e4d
6 changed files with 19 additions and 13 deletions
|
|
@ -56,6 +56,7 @@ type ExerciceFlagUCQChoice struct {
|
|||
type ExerciceFlagUCQ struct {
|
||||
Label string `toml:",omitempty"`
|
||||
Raw string
|
||||
IgnoreCase bool `toml:",omitempty"`
|
||||
Help string `toml:",omitempty"`
|
||||
DisplayAs string `toml:",omitempty"`
|
||||
Choices_Cost int64 `toml:",omitempty"`
|
||||
|
|
|
|||
Reference in a new issue