aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/setup.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/program/setup.rs')
-rw-r--r--mingling_core/src/program/setup.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mingling_core/src/program/setup.rs b/mingling_core/src/program/setup.rs
index 28aa49b..289dfee 100644
--- a/mingling_core/src/program/setup.rs
+++ b/mingling_core/src/program/setup.rs
@@ -3,6 +3,10 @@ use crate::{ProgramCollect, program::Program};
mod basic;
pub use basic::*;
+#[doc(hidden)]
+pub mod exit_code_control;
+pub use exit_code_control::ExitCodeSetup;
+
#[cfg(feature = "general_renderer")]
mod general_renderer;