| Crates.io | tokiocli |
| lib.rs | tokiocli |
| version | 0.1.3 |
| created_at | 2023-05-01 09:32:19.292834+00 |
| updated_at | 2024-03-17 13:44:33.984441+00 |
| description | An Unix CLI based on Tokio |
| homepage | |
| repository | https://github.com/guillaumepellegrino/tokiocli |
| max_upload_size | |
| id | 853292 |
| size | 28,827 |
An Unix CLI based on Tokio
TokioCLI is a very simple async libary allowing to build interactive CLI for UNIX systems.
The following features are supported:
Auto-completion with tabulation.
Commands history
This library was initially developped for the CLI implentation of acsrs: https://github.com/guillaumepellegrino/acsrs/blob/master/src/acscli.rs
Library documetation is available here: https://docs.rs/tokiocli/latest/tokiocli/index.html
Examples are availabe here: https://github.com/guillaumepellegrino/tokiocli/tree/master/examples
Crate is available at: https://crates.io/crates/tokiocli
TODO: