mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2025-02-23 09:45:50 -06:00
10 lines
149 B
Nim
10 lines
149 B
Nim
|
import std/[strformat]
|
||
|
import hwylterm, hwylterm/hwylcli
|
||
|
|
||
|
hwylCli:
|
||
|
name "posLast"
|
||
|
positionals:
|
||
|
args seq[string]
|
||
|
run:
|
||
|
echo fmt"{args=}"
|