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.