mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2025-02-24 01:55:51 -06:00
11 lines
208 B
Nim
11 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"
|