Skip to content

Commit

Permalink
fix: fixed use for clap crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinatorul committed Aug 14, 2015
1 parent 618dc4e commit dc3ada7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -391,7 +391,7 @@ extern crate strsim;
extern crate ansi_term;

pub use args::{Arg, SubCommand, ArgMatches, ArgGroup};
pub use app::App;
pub use app::{App, AppOptions};
pub use fmt::Format;

#[macro_use]
Expand Down

0 comments on commit dc3ada7

Please sign in to comment.