bijux-cli 0.3.6

Command-line runtime for automation, plugin-driven tools, and interactive workflows with structured output.
Documentation
1
2
3
4
5
6
7
#![forbid(unsafe_code)]
//! Public telemetry facade for runtime crates and external callers.

pub use crate::shared::telemetry::{
    exit_code_kind, truncate_chars, TelemetrySpan, MAX_COMMAND_FIELD_CHARS, MAX_TEXT_FIELD_CHARS,
    TELEMETRY_FILE_ENV, TELEMETRY_INCLUDE_ARGS_ENV,
};