tokmd 1.12.0

Tokei-backed repo inventory receipts (Markdown/TSV/JSONL/CSV) for PRs, CI, and LLM workflows.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Interactive CLI utilities.
//!
//! This module provides interactive prompts and wizards for the CLI.
//! Requires the `ui` feature to be enabled for full functionality.

#[cfg(feature = "ui")]
pub mod tty;

#[cfg(feature = "ui")]
pub mod wizard;