Skip to content

Commit

Permalink
0.6.12: nimble options pass-thru; fixes #107
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jan 5, 2020
1 parent 6a487b9 commit e15a3c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nimph.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.6.11"
version = "0.6.12"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/nimph.nim
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ when isMainModule:
of scNimble:
# remove any gratuitous `nimble` specified by user or alias
if params[0] == "nimble":
params = params[1..^1]
params = @["--"] & params[1..^1]
# invoke nimble with the remaining parameters
prepareForTheWorst:
quit runnimble(cmdline = params)
Expand Down

0 comments on commit e15a3c3

Please sign in to comment.