docs(cli): 📝 + tui sub feature link

This commit is contained in:
Lucas Colombo 2024-09-17 03:51:35 -03:00
parent 9c6d55967e
commit 19ac6d5109
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35

View File

@ -22,3 +22,4 @@ cargo add lool --registry=lugit --features cli {sub-feature}
# Sub-Features # Sub-Features
- [x] [`stylize`](./stylize): colorize and stylize text for the terminal. - [x] [`stylize`](./stylize): colorize and stylize text for the terminal.
- [x] [`tui`](./tui): build terminal user interfaces with ratatui.