hwylterm/src/hwylterm.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