hwylterm/src/hwylterm.nim
Daylin Morgan 66b020c369
rename cli to cligen
break all my own packages yay
2024-09-27 15:01:05 -05:00

11 lines
329 B
Nim

##[
# Hwylterm
see also these utility modules with extra dependencies:
- [cligen adapter](./hwylterm/cligen.html), requires [cligen](https://github.com/c-blake/cligen)
- [chooser](./hwylterm/chooser.html), requires [illwill](https://github.com/johnnovak/illwill)
]##
import hwylterm/[spin, bbansi]
export spin, bbansi