osp_cli/prelude.rs
1//! Small convenience surface for embedding the app without importing the full module tree.
2
3pub use crate::app::{App, AppBuilder, AppRunner, run_from, run_process};
4pub use crate::app::{AppState, RuntimeContext, UiState};
5pub use crate::core::output::{ColorMode, OutputFormat, RenderMode, UnicodeMode};
6pub use crate::ui::RenderSettings;