pinto-cli 0.3.3

A lightweight, local-first, Git-friendly Scrum backlog and Kanban board for the CLI and TUI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! CLI output formatting.

pub(super) mod board;
pub(super) mod item;
pub(super) mod report;
pub(super) mod sprint;
#[cfg(test)]
mod tests;
pub(super) mod text;
pub(super) mod tree;

pub(super) use text::DEFAULT_TERM_WIDTH;