kono-wt 1.3.0

A single-binary CLI + TUI for managing Git worktrees and their GitHub pull requests.
Documentation
1
2
3
4
5
6
7
8
9
//! Output rendering: color decisions, paging, table layout, and the human
//! renderers. Submodules are added as the command surface grows; the
//! stdout/stderr discipline itself lives on [`crate::cx::Cx`].

pub mod color;
pub mod json;
pub mod pager;
pub mod render;
pub mod table;