mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
make tests green again
This commit is contained in:
@@ -67,7 +67,7 @@ else:
|
||||
for kind, key, val in getOpt():
|
||||
case kind
|
||||
of cmdLongOption, cmdShortOption:
|
||||
case key.tolower
|
||||
case key.tolowerAscii
|
||||
of "tasks", "t":
|
||||
printTaskList = true
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user