From 3c30ee54cd8dc8c9bf43beb54ee1fe0292c07c90 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 9 Jan 2022 22:47:25 -0500 Subject: rename --- src/shell/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shell') diff --git a/src/shell/mod.rs b/src/shell/mod.rs index 04cf385..4501ce9 100644 --- a/src/shell/mod.rs +++ b/src/shell/mod.rs @@ -7,7 +7,7 @@ mod history; mod prelude; mod readline; -pub async fn run() -> anyhow::Result { +pub async fn main() -> anyhow::Result { let mut input = textmode::Input::new().await?; let mut output = textmode::Output::new().await?; -- cgit v1.2.3-54-g00ecf