diff --git a/dpackeropts.nim b/dpackeropts.nim index d5dc723..b63d4b4 100644 --- a/dpackeropts.nim +++ b/dpackeropts.nim @@ -1,3 +1,5 @@ +const VERSION* = "v0.1" + proc hasArg*(args:var seq[string], a:string, position:int = -1) : bool = for i in 0..