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
6
#![forbid(unsafe_code)]
//! Output rendering facade.

pub use crate::shared::output::{
    emit_error, emit_success, render_value, EmitError, EmitterConfig, OutputStream, RenderedOutput,
};