diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-09 17:37:37 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-09 17:37:37 +0800 |
| commit | 2eba732e17cf71dcf8a54b428a1c5e344582c2c2 (patch) | |
| tree | e04266109421a0255625490dc997dc0d55bbf64a /mingling_core/src/lib.rs | |
| parent | 10bc4ca7a4b3f14cfb57bf72a6da8aaa1490acf3 (diff) | |
Add exit code control and hook lifecycle features
Diffstat (limited to 'mingling_core/src/lib.rs')
| -rw-r--r-- | mingling_core/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
