bijux-cli 0.3.5

Command-line runtime for automation, plugin-driven tools, and interactive workflows with structured output.
Documentation
1
2
3
4
5
#![forbid(unsafe_code)]
//! Runtime execution entrypoints.

pub use crate::bootstrap::run::run_cli_from_env;
pub use crate::interface::cli::dispatch::{run_app, AppRunResult};