clap-runner 0.1.1

[badawsome] make a cli integration, deps on clap
Documentation
1
2
3
4
5
6
7
8
9
10
mod error;

mod command;
mod context;
mod dispatch;

pub use command::Error;
pub use command::{CallbackStatus, RunnableCommand};
pub use context::Context;
pub use dispatch::*;