Re-exports§
pub use command::Command;
pub use handler::AsyncHandler;
async
pub use handler::Handler;
pub use input_handler::InputHandler;
pub use app::App;
app
pub use shell::Shell;
pub use rustyline;
rustyline
Modules§
- app
app
- App
- command
- Shellfish
- handler
- Handler
- input_
handler - shell
Macros§
- async_
fn - Use this macro to wrap an asynchronous function so that it can be used as a function pointer.
- clap_
command clap
- Creates a
Command
which takes aclap::Parser
as input.