tldr-cli 0.1.3

CLI binary for TLDR code analysis tool
Documentation
1
2
3
4
5
6
7
8
//! L2 finding extractors for bugbot.
//!
//! Previously contained bespoke extractors (complexity, maintainability).
//! These are now superseded by the TldrDifferentialEngine which invokes
//! `tldr` CLI commands and diffs their JSON outputs.
//!
//! This module is retained as a placeholder for any future finding
//! extractors that cannot be expressed as tldr command diffs.