Export cli::Config here

This commit is contained in:
Matthias Beyer 2015-10-19 18:09:51 +02:00
parent 034d71b21d
commit 02029b9b26

View file

@ -1,4 +1,4 @@
use cli::Config; pub use cli::Config;
use std::io::stderr; use std::io::stderr;
use std::io::Write; use std::io::Write;