Always split commas
This commit is contained in:
parent
2853bef8b6
commit
c3e442474b
1 changed files with 1 additions and 3 deletions
|
|
@ -129,9 +129,7 @@ proc main(
|
|||
symOverride: symOverride
|
||||
)
|
||||
|
||||
when defined(Windows):
|
||||
# Workaround https://github.com/c-blake/cligen/issues/87
|
||||
gStateRT.symOverride = gStateRT.symOverride.getSplitComma()
|
||||
gStateRT.symOverride = gStateRT.symOverride.getSplitComma()
|
||||
|
||||
if pgrammar:
|
||||
parseGrammar()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue