fix #725
This commit is contained in:
parent
5bb795a364
commit
703abe3d41
1 changed files with 1 additions and 0 deletions
|
|
@ -359,6 +359,7 @@ proc parseFlag*(flag, val: string, result: var Options, kind = cmdLongOption) =
|
||||||
if not isGlobalFlag:
|
if not isGlobalFlag:
|
||||||
result.action.compileOptions.add(getFlagString(kind, flag, val))
|
result.action.compileOptions.add(getFlagString(kind, flag, val))
|
||||||
of actionRun:
|
of actionRun:
|
||||||
|
result.showHelp = false
|
||||||
result.action.runFlags.add(getFlagString(kind, flag, val))
|
result.action.runFlags.add(getFlagString(kind, flag, val))
|
||||||
of actionCustom:
|
of actionCustom:
|
||||||
if result.action.command.normalize == "test":
|
if result.action.command.normalize == "test":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue