hwylterm/tests/cli/clis/posBasic.nim

13 lines
208 B
Nim
Raw Permalink Normal View History

2025-01-23 19:25:09 -06:00
import std/[strformat]
import hwylterm, hwylterm/hwylcli
hwylCli:
name "posLast"
positionals:
2025-01-28 15:58:25 -06:00
first:
T string
ident notFirst
rest seq[string]
2025-01-23 19:25:09 -06:00
run:
2025-01-28 15:58:25 -06:00
echo fmt"{notFirst=} {rest=}"