Implements nimble run. Fixes #614.

This commit is contained in:
Dominik Picheta 2019-09-21 23:34:02 +01:00
commit c834faf60e
5 changed files with 216 additions and 59 deletions

4
tests/run/src/run.nim Normal file
View file

@ -0,0 +1,4 @@
import os
when isMainModule:
echo("Testing `nimble run`: ", commandLineParams())