aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTimothy DeHerrera2021-07-14 15:21:29 -0600
committerTimothy DeHerrera2021-07-14 15:21:56 -0600
commit3c4d7d53d0e5cc16f3ea19ce5856406aa88ec878 (patch)
treec3e370188b088e4029ce0587bb26a1f60ef1f8ca /src/lib.rs
parent587cbcfe8d3ea05c5bb153764d3617012ef28c86 (diff)
export cli run in lib
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 712b8b1..08dcccd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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 {