Expand description
A Unix Cli based on Tokio.
This crate provide a simple library allowing to write interactive Command Line Interface in an Unix spirit.
APIs are async and thus can be easily integrated in a Tokio crate.
Structs§
- Cli
- Provide APIs to interact with the Command Line Interface
Enums§
- Action
- An Action performed by the user: execute a command or auto-complete the current command.