Use argparse instead of parseopt

This commit is contained in:
joachimschmidt557 2019-08-10 12:48:45 +02:00
parent 27f631cc2b
commit 536bfabe32
2 changed files with 10 additions and 20 deletions

View file

@ -13,3 +13,4 @@ bin = @["etherpad2latex"]
requires "nim >= 0.20.0"
requires "jester >= 0.4.1"
requires "argparse >= 0.7.1"