clier 0.7.4

A cli parser and framework for rust
Documentation
1
2
3
4
5
mod command;
mod flag;

// pub use command::*;
pub use flag::*;