Skip to content

Commit 5d25d85

Browse files
committed
wip
1 parent 1446368 commit 5d25d85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

confutils.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,7 @@ proc loadImpl[C, SecondarySources](
12461246

12471247
template processHelpAndVersionOptions(optKey, optVal: string) =
12481248
let key = optKey
1249+
let val = optVal
12491250
if cmpIgnoreStyle(key, "help") == 0:
12501251
help.showHelp(lazyHelpAppInfo(optVal.toHelpFlags), activeCmds)
12511252
elif version.len > 0 and cmpIgnoreStyle(key, "version") == 0:

0 commit comments

Comments
 (0)