Module cli

Module cli 

Source
Expand description

CLI adapter for theme types.

Provides conversion from theme types to colored crate types for terminal output.

Traits§

ColoredExt
Extension trait for applying theme colors to strings.
ThemeCliExt
Extension trait for easy access to theme colors for CLI output.
ToColoredRgb
Convert a ThemeColor to an RGB tuple for use with the colored crate.

Functions§

gradient_string
Apply a gradient to a string for CLI output.