Implements nimble run. Fixes #614.
This commit is contained in:
parent
36c4a39674
commit
c834faf60e
5 changed files with 216 additions and 59 deletions
4
tests/run/src/run.nim
Normal file
4
tests/run/src/run.nim
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import os
|
||||
|
||||
when isMainModule:
|
||||
echo("Testing `nimble run`: ", commandLineParams())
|
||||
Loading…
Add table
Add a link
Reference in a new issue