mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
15 lines
410 B
Nim
15 lines
410 B
Nim
##[
|
|
# Hwylterm
|
|
|
|
see also these utility modules:
|
|
|
|
- [hwylcli](./hwylterm/hwylcli.html)
|
|
- [cligen adapter](./hwylterm/cligen.html), requires [cligen](https://github.com/c-blake/cligen)
|
|
- [chooser](./hwylterm/chooser.html)
|
|
- [logging](./hwylterm/logging.html)
|
|
- [parseopt3](./hwylterm/parseopt3.html) borrowed from `cligen`
|
|
|
|
]##
|
|
|
|
import hwylterm/[spin, bbansi, confirm]
|
|
export spin, bbansi, confirm
|