Improvements and WIP wc

This commit is contained in:
joachimschmidt557 2019-04-04 19:58:49 +02:00
parent 94c57b1da2
commit b7e5108379
10 changed files with 60 additions and 16 deletions

2
cp.nim
View file

@ -1,7 +1,7 @@
import cligen, os
import common
proc main() =
proc main(files:seq[string]) =
echo "asdf"
dispatch(main, version=("version", nimbaseVersion))