mirror of
https://github.com/status-im/nim-confutils.git
synced 2025-01-09 11:45:39 +00:00
8 lines
188 B
Nim
8 lines
188 B
Nim
import confutils
|
|
|
|
# TODO add test cases for https://github.com/status-im/nim-confutils/issues/6
|
|
cli do (arg1: string = "", arg2: string = ""):
|
|
echo "arg1: ", arg1
|
|
echo "arg2: ", arg2
|
|
|