termpulse-cli 0.1.0

CLI for native terminal progress indicators — wrap commands, pipe progress, detect capabilities.
1
2
3
4
5
6
7
8
9
10
11
//! Subcommand implementations.

pub mod clear;
pub mod completions;
pub mod detect;
pub mod done;
pub mod fail;
pub mod pipe;
pub mod set;
pub mod start;
pub mod wrap;