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-09-30 17:06:57 -05:00
|
|
|
- [cli](./hwylterm/cli.html)
|
2024-09-27 15:01:05 -05:00
|
|
|
- [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
|