mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 14:30:44 -06:00
14 lines
360 B
Nim
14 lines
360 B
Nim
##[
|
|
# Hwylterm
|
|
|
|
see also these utility modules with extra dependencies:
|
|
|
|
- [cli](./hwylterm/cli.html)
|
|
- [cligen adapter](./hwylterm/cligen.html), requires [cligen](https://github.com/c-blake/cligen)
|
|
- [chooser](./hwylterm/chooser.html)
|
|
- [logging](./hwylterm/logging.html)
|
|
|
|
]##
|
|
|
|
import hwylterm/[spin, bbansi, confirm]
|
|
export spin, bbansi, confirm
|