Created
April 23, 2017 17:17
-
-
Save Bennyelg/667aa14637bc6c8cba3cbc1bb817a8fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import "../src/parse_args.nim" | |
import sequtils, strutils, os | |
import tables | |
var res: Table[string, string] | |
res = parseArguments(commandLineParams) | |
echo res |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment