mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
change parser
This commit is contained in:
parent
e39704d5f6
commit
babfbcbe6e
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ when isMainModule:
|
||||||
var
|
var
|
||||||
c = newCtx()
|
c = newCtx()
|
||||||
cmd: string
|
cmd: string
|
||||||
for kind, key, val in getopt():
|
for kind, key, val in getopt(longNoVal = @["no-nom"]):
|
||||||
case kind
|
case kind
|
||||||
of cmdArgument:
|
of cmdArgument:
|
||||||
cmd = key
|
cmd = key
|
||||||
|
|
Loading…
Reference in a new issue