From 8a27483dce6490eae77b5064a632a91b68c2d10c Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Thu, 15 Jul 2021 10:44:40 -0600 Subject: optionally take args as input --- src/bin/deploy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/deploy.rs b/src/bin/deploy.rs index 6686258..e924dc9 100644 --- a/src/bin/deploy.rs +++ b/src/bin/deploy.rs @@ -8,7 +8,7 @@ use log::error; #[tokio::main] async fn main() -> Result<(), Box> { - match cli::run().await { + match cli::run(None).await { Ok(()) => (), Err(err) => { error!("{}", err); -- cgit v1.2.3