tokmd 1.11.0

Tokei-backed repo inventory receipts (Markdown/TSV/JSONL/CSV) for PRs, CI, and LLM workflows.
Documentation
1
2
3
4
5
6
//! CLI schema and parsing types.
//!
//! This module is the local facade for command-line argument definitions.

mod parser;
pub use parser::*;