Re-exports
pub use command::Command;pub use handler::AsyncHandler;pub use handler::Handler;pub use input_handler::InputHandler;pub use app::App;apppub use shell::Shell;pub use rustyline;
Modules
- app
appApp - Shellfish
- Handler
Macros
- async_fn
asyncUse this macro to wrap an asynchronous function so that it can be used as a function pointer. - clap_command
clapCreates aCommandwhich takes a [clap::Parser] as input.