cleanlib-cli 0.1.5

Terminal interface to CleanLibrary — query dependency verdicts and scan package manifests for ALLOW / DENY / WARN signals from the terminal or CI pipelines.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Cli8 64-case integration matrix — 4 verbs × 4 wrappers × 4 status outcomes.
//!
//! Built per dispatch §2.8 + omnibus §2.1 (the BD day-1 scope: 4 mgrs not 6).
//! Each case is parameterised via a small driver below; on assertion failure
//! we print `(verb, wrapper, status)` so the cross matrix is triage-able.

mod audit_deser;
mod audit_filters;
mod cli_matrix;
mod config_init;
mod fix;
mod no_subcommand;
mod output_flag_validation;
mod risk_accept;
mod sarif_golden;
mod wrapper_matrix;