Skip to content

Instantly share code, notes, and snippets.

@Bennyelg
Created April 23, 2017 17:17
Show Gist options
  • Save Bennyelg/667aa14637bc6c8cba3cbc1bb817a8fa to your computer and use it in GitHub Desktop.
Save Bennyelg/667aa14637bc6c8cba3cbc1bb817a8fa to your computer and use it in GitHub Desktop.
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