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