Re-addedd the pub-use

This commit is contained in:
Kevin K 2015-02-28 10:45:31 -05:00
parent 0bf13bd5f2
commit e15635d1c7

View file

@ -6,6 +6,7 @@
//! A simply library for parsing command line arguments when writing
//! command line and console applications.
pub use argmatches::ArgMatches;
pub use arg::Arg;
pub use app::App;