26 lines
566 B
Markdown
26 lines
566 B
Markdown
<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.
|