hwylterm/tests/cli/clis/posLast.nim

12 lines
207 B
Nim
Raw Permalink Normal View History

2025-01-23 17:29:52 -06:00
import std/[strformat]
import hwylterm, hwylterm/hwylcli
hwylCli:
name "posLast"
2025-01-23 19:25:09 -06:00
positionals:
2025-01-23 17:29:52 -06:00
first string
second string
third seq[string]
run:
echo fmt"{first=}, {second=}, {third=}"