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 - Shellfish
- Handler
Macros§
- Use this macro to wrap an asynchronous function so that it can be used as a function pointer.
- clap_
command clap
Creates aCommand
which takes aclap::Parser
as input.