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>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<p align="center"><b>lool » <code>cli</code></b> contains utilities for building command-line interfaces.</p>
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
# 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.
|
||||
<p align="center"><img src="./../../.github/img/logo-cli.svg" width="200"></p>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<p align="center"><b>lool » <code>cli</code></b> contains utilities for building command-line interfaces.</p>
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
# 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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user