Re-export useful things

This commit is contained in:
Félix Saparelli 2019-10-28 18:56:06 +13:00
parent 6c653e8e52
commit bb02d84661
No known key found for this signature in database
GPG Key ID: 25940898BB90EA51
1 changed files with 2 additions and 1 deletions

View File

@ -40,4 +40,5 @@ pub mod run;
mod signal;
mod watcher;
pub use run::run;
pub use cli::{Args, ArgsBuilder};
pub use run::{run, watch, Handler};