diff options
author | Timothy DeHerrera | 2021-07-14 15:21:29 -0600 |
---|---|---|
committer | Timothy DeHerrera | 2021-07-14 15:21:56 -0600 |
commit | 3c4d7d53d0e5cc16f3ea19ce5856406aa88ec878 (patch) | |
tree | c3e370188b088e4029ce0587bb26a1f60ef1f8ca /src/lib.rs | |
parent | 587cbcfe8d3ea05c5bb153764d3617012ef28c86 (diff) |
export cli run in lib
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ pub fn init_logger( pub mod data; pub mod deploy; pub mod push; +pub mod cli; #[derive(Debug)] pub struct CmdOverrides { |