tailtriage-cli 0.1.2

CLI for tailtriage artifact loading, diagnosis, and report generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!("../README.md")]
#![warn(missing_docs)]

//! Contract note: CLI artifact loading requires non-empty `requests`, while
//! [`analyze::analyze_run`] can analyze an in-memory [`tailtriage_core::Run`]
//! that has zero requests.
//!
/// Heuristic triage analyzer and text-report rendering.
pub mod analyze;
/// Artifact loading and validation helpers for CLI workflows.
pub mod artifact;