From 19ac6d51098617d486dd34817a54c83d48c778e7 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Tue, 17 Sep 2024 03:51:35 -0300 Subject: [PATCH] =?UTF-8?q?docs(cli):=20=F0=9F=93=9D=20+=20tui=20sub=20fea?= =?UTF-8?q?ture=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/cli/README.md | 49 ++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/lib/cli/README.md b/lib/cli/README.md index 7a5cc5c..724ec29 100644 --- a/lib/cli/README.md +++ b/lib/cli/README.md @@ -1,24 +1,25 @@ -

- -
-
-
- -

lool » cli contains utilities for building command-line interfaces.

-

- -
-
-
- -# Installation - -This crate is for internal use. It's only published privately. - -```bash -cargo add lool --registry=lugit --features cli {sub-feature} -``` - -# Sub-Features - -- [x] [`stylize`](./stylize): colorize and stylize text for the terminal. +

+ +
+
+
+ +

lool » cli contains utilities for building command-line interfaces.

+

+ +
+
+
+ +# Installation + +This crate is for internal use. It's only published privately. + +```bash +cargo add lool --registry=lugit --features cli {sub-feature} +``` + +# Sub-Features + +- [x] [`stylize`](./stylize): colorize and stylize text for the terminal. +- [x] [`tui`](./tui): build terminal user interfaces with ratatui.