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
8
9
10
#![forbid(unsafe_code)]
//! CLI command handlers grouped by command families.

pub(crate) mod cli;
pub(crate) mod config;
pub(crate) mod history;
pub(crate) mod install;
pub(crate) mod memory;
pub(crate) mod plugins;
pub(crate) mod root;