mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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
|
||||
c = newCtx()
|
||||
cmd: string
|
||||
for kind, key, val in getopt():
|
||||
for kind, key, val in getopt(longNoVal = @["no-nom"]):
|
||||
case kind
|
||||
of cmdArgument:
|
||||
cmd = key
|
||||
|
|
Loading…
Reference in a new issue