Implement label only flag
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-01-21 13:06:37 +01:00
commit 01b05aaed0
9 changed files with 311 additions and 11 deletions

View file

@ -49,6 +49,7 @@ type ExerciceFlag struct {
NeedFlag []ExerciceDependency `toml:"need_flag,omitempty"`
NoShuffle bool
Unit string `toml:"unit,omitempty"`
Variant string `toml:"variant,omitempty"`
NumberMin interface{} `toml:"min,omitempty"`
NumberMax interface{} `toml:"max,omitempty"`
NumberStep interface{} `toml:"step,omitempty"`