mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2025-02-23 09:45:50 -06:00
10 lines
208 B
Nim
10 lines
208 B
Nim
import hwylterm, hwylterm/hwylcli
|
|
|
|
proc hwylCliError*(msg: string) =
|
|
stderr.write "override the default error\n"
|
|
quit $(bb("error ", "red") & bb(msg))
|
|
|
|
hwylCli:
|
|
name "base"
|
|
run:
|
|
echo "a base cli"
|