Crate shellfish

Source

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§

appapp
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_commandclap
Creates a Command which takes a clap::Parser as input.