mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 23:04:23 +00:00
Re-addedd the pub-use
This commit is contained in:
parent
0bf13bd5f2
commit
e15635d1c7
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue