docs(cli): 📝 + tui sub feature link
This commit is contained in:
parent
9c6d55967e
commit
19ac6d5109
@ -1,24 +1,25 @@
|
|||||||
<p align="center"><img src="./../../.github/img/logo-cli.svg" width="200"></p>
|
<p align="center"><img src="./../../.github/img/logo-cli.svg" width="200"></p>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p align="center"><b>lool » <code>cli</code></b> contains utilities for building command-line interfaces.</p>
|
<p align="center"><b>lool » <code>cli</code></b> contains utilities for building command-line interfaces.</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
This crate is for internal use. It's only published privately.
|
This crate is for internal use. It's only published privately.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo add lool --registry=lugit --features cli {sub-feature}
|
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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user