cmdparse: don’t allow empty operations
This commit is contained in:
parent
627683c053
commit
f900fab453
|
@ -277,7 +277,7 @@ criteria:
|
||||||
;
|
;
|
||||||
|
|
||||||
operations:
|
operations:
|
||||||
| operation optwhitespace
|
operation optwhitespace
|
||||||
| operations ',' optwhitespace operation
|
| operations ',' optwhitespace operation
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue