Closed yglukhov closed 4 years ago
import confutils cli do (arg1: string = "", arg2: string = ""): echo "arg1: ", arg1 echo "arg2: ", arg2
nim c -r ./test.nim --arg1= --arg2=
Actual output:
arg1: --arg2= arg2:
Expected output:
arg1: arg2:
Actual output:
Expected output: