Crate shellfish

source ·

Re-exports

pub use command::Command;
pub use handler::AsyncHandler;
pub use handler::Handler;
pub use app::App;
pub use shell::Shell;

Modules

appapp
App
Shellfish
Handler

Macros

Use this macro to wrap an asynchronous function so that it can be used as a function pointer.
Creates a Command which takes a clap::Parser as input.