From 40387917c8ba4703aee111e1cf37dcd793e39ba2 Mon Sep 17 00:00:00 2001 From: Jonas Maier <> Date: Fri, 6 Mar 2026 16:01:15 +0100 Subject: partial shell string parser --- src/main.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 52fc234..8a6e84e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,14 +8,14 @@ use std::process::{Command, Stdio}; use std::thread::sleep; use std::time::Duration; -pub mod completion; -pub mod cursor; -pub mod linebuf; -pub mod panic; -pub mod parse; -pub mod raw; -pub mod reload; -pub mod run; +mod completion; +mod cursor; +mod linebuf; +mod panic; +mod parse; +mod raw; +mod reload; +mod run; mod basedir; mod history; -- cgit v1.2.3