fix double parenthesis from #12 and change ratatui description

This commit is contained in:
shadawck
2023-12-02 10:01:23 +01:00
parent 08b93c3c14
commit b466f4bc88

View File

@@ -295,7 +295,7 @@ etc.
- [Clap](https://github.com/clap-rs/clap) : A full featured, fast Command Line Argument Parser for Rust.
- [Ratatui]((https://github.com/ratatui-org/ratatui)) : Build terminal user interfaces and dashboards using Rust.
- [Ratatui](https://github.com/ratatui-org/ratatui) : Rust library that's all about cooking up terminal user interfaces (TUIs).
- [StructOpt](https://github.com/TeXitoi/structopt) : Parse command line arguments by defining a struct.