bijux-cli 0.3.4

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

mod cli;
mod repl;