@@ -592,7 +592,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
592
592
name : "COLOUR" ,
593
593
norm_name : None ,
594
594
dialects : D_GO ,
595
- occurence : Occurence :: EXACT ,
595
+ occurence : Occurence :: NONZERO ,
596
596
front_only : false ,
597
597
allow_case : false ,
598
598
def_plural_subindex : None ,
@@ -613,7 +613,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
613
613
name : "STRING" ,
614
614
norm_name : None ,
615
615
dialects : DNGO ,
616
- occurence : Occurence :: EXACT ,
616
+ occurence : Occurence :: NONZERO ,
617
617
front_only : false ,
618
618
allow_case : true ,
619
619
def_plural_subindex : None ,
@@ -623,7 +623,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
623
623
name : "RAW_STRING" ,
624
624
norm_name : Some ( "STRING" ) ,
625
625
dialects : D_GO ,
626
- occurence : Occurence :: EXACT ,
626
+ occurence : Occurence :: NONZERO ,
627
627
front_only : false ,
628
628
allow_case : false ,
629
629
def_plural_subindex : None ,
@@ -633,7 +633,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
633
633
name : "STRING1" ,
634
634
norm_name : Some ( "STRING" ) ,
635
635
dialects : D_GO ,
636
- occurence : Occurence :: EXACT ,
636
+ occurence : Occurence :: NONZERO ,
637
637
front_only : false ,
638
638
allow_case : true ,
639
639
def_plural_subindex : None ,
@@ -643,7 +643,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
643
643
name : "STRING2" ,
644
644
norm_name : Some ( "STRING" ) ,
645
645
dialects : D_GO ,
646
- occurence : Occurence :: EXACT ,
646
+ occurence : Occurence :: NONZERO ,
647
647
front_only : false ,
648
648
allow_case : true ,
649
649
def_plural_subindex : None ,
@@ -653,7 +653,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
653
653
name : "STRING3" ,
654
654
norm_name : Some ( "STRING" ) ,
655
655
dialects : D_GO ,
656
- occurence : Occurence :: EXACT ,
656
+ occurence : Occurence :: NONZERO ,
657
657
front_only : false ,
658
658
allow_case : true ,
659
659
def_plural_subindex : None ,
@@ -663,7 +663,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
663
663
name : "STRING4" ,
664
664
norm_name : Some ( "STRING" ) ,
665
665
dialects : D_GO ,
666
- occurence : Occurence :: EXACT ,
666
+ occurence : Occurence :: NONZERO ,
667
667
front_only : false ,
668
668
allow_case : true ,
669
669
def_plural_subindex : None ,
@@ -673,7 +673,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
673
673
name : "STRING5" ,
674
674
norm_name : Some ( "STRING" ) ,
675
675
dialects : D_GO ,
676
- occurence : Occurence :: EXACT ,
676
+ occurence : Occurence :: NONZERO ,
677
677
front_only : false ,
678
678
allow_case : true ,
679
679
def_plural_subindex : None ,
@@ -683,7 +683,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
683
683
name : "STRING6" ,
684
684
norm_name : Some ( "STRING" ) ,
685
685
dialects : D_GO ,
686
- occurence : Occurence :: EXACT ,
686
+ occurence : Occurence :: NONZERO ,
687
687
front_only : false ,
688
688
allow_case : true ,
689
689
def_plural_subindex : None ,
@@ -693,7 +693,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
693
693
name : "STRING7" ,
694
694
norm_name : Some ( "STRING" ) ,
695
695
dialects : D_GO ,
696
- occurence : Occurence :: EXACT ,
696
+ occurence : Occurence :: NONZERO ,
697
697
front_only : false ,
698
698
allow_case : true ,
699
699
def_plural_subindex : None ,
@@ -1059,7 +1059,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1059
1059
name : "CARGO_NAME" ,
1060
1060
norm_name : None ,
1061
1061
dialects : DN__ ,
1062
- occurence : Occurence :: EXACT ,
1062
+ occurence : Occurence :: NONZERO ,
1063
1063
front_only : false ,
1064
1064
allow_case : true ,
1065
1065
def_plural_subindex : None ,
@@ -1079,7 +1079,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1079
1079
name : "INDUSTRY" ,
1080
1080
norm_name : None ,
1081
1081
dialects : D_GO ,
1082
- occurence : Occurence :: EXACT ,
1082
+ occurence : Occurence :: NONZERO ,
1083
1083
front_only : false ,
1084
1084
allow_case : true ,
1085
1085
def_plural_subindex : None ,
@@ -1089,7 +1089,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1089
1089
name : "WAYPOINT" ,
1090
1090
norm_name : None ,
1091
1091
dialects : D_GO ,
1092
- occurence : Occurence :: EXACT ,
1092
+ occurence : Occurence :: NONZERO ,
1093
1093
front_only : false ,
1094
1094
allow_case : false ,
1095
1095
def_plural_subindex : None ,
@@ -1099,7 +1099,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1099
1099
name : "STATION" ,
1100
1100
norm_name : None ,
1101
1101
dialects : DNGO ,
1102
- occurence : Occurence :: EXACT ,
1102
+ occurence : Occurence :: NONZERO ,
1103
1103
front_only : false ,
1104
1104
allow_case : false ,
1105
1105
def_plural_subindex : None ,
@@ -1109,7 +1109,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1109
1109
name : "DEPOT" ,
1110
1110
norm_name : None ,
1111
1111
dialects : D_GO ,
1112
- occurence : Occurence :: EXACT ,
1112
+ occurence : Occurence :: NONZERO ,
1113
1113
front_only : false ,
1114
1114
allow_case : false ,
1115
1115
def_plural_subindex : None ,
@@ -1119,7 +1119,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1119
1119
name : "TOWN" ,
1120
1120
norm_name : None ,
1121
1121
dialects : D_GO ,
1122
- occurence : Occurence :: EXACT ,
1122
+ occurence : Occurence :: NONZERO ,
1123
1123
front_only : false ,
1124
1124
allow_case : false ,
1125
1125
def_plural_subindex : None ,
@@ -1129,7 +1129,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1129
1129
name : "GROUP" ,
1130
1130
norm_name : None ,
1131
1131
dialects : D_GO ,
1132
- occurence : Occurence :: EXACT ,
1132
+ occurence : Occurence :: NONZERO ,
1133
1133
front_only : false ,
1134
1134
allow_case : false ,
1135
1135
def_plural_subindex : None ,
@@ -1139,7 +1139,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1139
1139
name : "SIGN" ,
1140
1140
norm_name : None ,
1141
1141
dialects : D_GO ,
1142
- occurence : Occurence :: EXACT ,
1142
+ occurence : Occurence :: NONZERO ,
1143
1143
front_only : false ,
1144
1144
allow_case : false ,
1145
1145
def_plural_subindex : None ,
@@ -1149,7 +1149,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1149
1149
name : "ENGINE" ,
1150
1150
norm_name : None ,
1151
1151
dialects : D_GO ,
1152
- occurence : Occurence :: EXACT ,
1152
+ occurence : Occurence :: NONZERO ,
1153
1153
front_only : false ,
1154
1154
allow_case : false ,
1155
1155
def_plural_subindex : None ,
@@ -1159,7 +1159,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1159
1159
name : "VEHICLE" ,
1160
1160
norm_name : None ,
1161
1161
dialects : D_GO ,
1162
- occurence : Occurence :: EXACT ,
1162
+ occurence : Occurence :: NONZERO ,
1163
1163
front_only : false ,
1164
1164
allow_case : false ,
1165
1165
def_plural_subindex : None ,
@@ -1169,7 +1169,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1169
1169
name : "COMPANY" ,
1170
1170
norm_name : None ,
1171
1171
dialects : D_GO ,
1172
- occurence : Occurence :: EXACT ,
1172
+ occurence : Occurence :: NONZERO ,
1173
1173
front_only : false ,
1174
1174
allow_case : false ,
1175
1175
def_plural_subindex : None ,
@@ -1179,7 +1179,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1179
1179
name : "COMPANY_NUM" ,
1180
1180
norm_name : None ,
1181
1181
dialects : D_GO ,
1182
- occurence : Occurence :: EXACT ,
1182
+ occurence : Occurence :: NONZERO ,
1183
1183
front_only : false ,
1184
1184
allow_case : false ,
1185
1185
def_plural_subindex : None ,
@@ -1189,7 +1189,7 @@ pub const COMMANDS: &'static [CommandInfo] = &[
1189
1189
name : "PRESIDENT_NAME" ,
1190
1190
norm_name : None ,
1191
1191
dialects : D_GO ,
1192
- occurence : Occurence :: EXACT ,
1192
+ occurence : Occurence :: NONZERO ,
1193
1193
front_only : false ,
1194
1194
allow_case : false ,
1195
1195
def_plural_subindex : None ,
0 commit comments