From ad8c6a97c5df9a5228237e2a80517be2e351f2a6 Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Fri, 27 Dec 2024 17:54:01 -0500 Subject: [PATCH] return --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index eb276bc..1427739 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,7 @@ pub const VERSION: &str = env!("CARGO_PKG_VERSION"); pub mod shell; + mod commands; mod ps; mod rc; \ No newline at end of file