From f87ac1a38af96087e8a6927a6cad7ca19b48d76d Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Mon, 19 Dec 2022 16:48:21 +0100 Subject: basic io implementation finished --- src/input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input.rs') diff --git a/src/input.rs b/src/input.rs index ffc1213..09d05a1 100644 --- a/src/input.rs +++ b/src/input.rs @@ -144,7 +144,7 @@ pub async fn get_input(config: Cfg) -> Result<(), Box> { download(config, input).await }, Cmd::Io => { - io(config, input) + io(config, input).await } } } -- cgit v1.2.3