hwylterm/src/hwylterm.nim

16 lines
410 B
Nim
Raw Normal View History

2024-09-25 13:21:19 -05:00
##[
# Hwylterm
2024-10-17 15:30:12 -05:00
see also these utility modules:
2024-09-23 17:50:46 -05:00
2024-10-31 21:42:41 -05:00
- [hwylcli](./hwylterm/hwylcli.html)
- [cligen adapter](./hwylterm/cligen.html), requires [cligen](https://github.com/c-blake/cligen)
2024-09-30 13:54:42 -05:00
- [chooser](./hwylterm/chooser.html)
- [logging](./hwylterm/logging.html)
2024-10-17 15:30:12 -05:00
- [parseopt3](./hwylterm/parseopt3.html) borrowed from `cligen`
2024-09-30 17:06:57 -05:00
2024-09-25 13:21:19 -05:00
]##
2024-10-08 15:32:24 -05:00
import hwylterm/[spin, bbansi, confirm]
export spin, bbansi, confirm