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
6
7
8
9
10
11
12
13
#![forbid(unsafe_code)]
//! root integration suites.

mod bin_core_integration;
mod cli_command_matrix;
mod cross_surface_equivalence;
mod flag_normalization_matrix;
mod install_command;
mod official_product_routes;
mod parser_invalid_utf8_argv;
mod precedence_matrix;
mod python_command_port_parity;
mod root_command_matrix;