Add Order field to config Option

This commit is contained in:
Daniel 2020-04-21 14:11:39 +02:00
parent 9b0a46f429
commit a554481247

View file

@ -42,6 +42,7 @@ type Option struct {
Key string // in path format: category/sub/key
Description string
Help string
Order int
OptType uint8
ExpertiseLevel uint8