4 lines
64 B
Nim
4 lines
64 B
Nim
|
import std/parseopt
|
||
|
|
||
|
proc list*(args: OptParser) =
|
||
|
echo "list"
|