From 2eba732e17cf71dcf8a54b428a1c5e344582c2c2 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 9 May 2026 17:37:37 +0800 Subject: Add exit code control and hook lifecycle features --- mingling_core/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mingling_core/src/lib.rs') diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index f4f7d18..83edda8 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -69,3 +69,6 @@ pub mod comp; #[cfg(feature = "comp")] pub use crate::comp::*; + +pub use crate::setup::exit_code_control::current_exit_code; +pub use crate::setup::exit_code_control::update_exit_code; -- cgit