Crate iq_cli

Crate iq_cli 

Source
Expand description

Cargo-like command-line interfaces with selectively-colored status output

Modules§

color
Terminal color definitions

Macros§

status
Print a status message with the given color (if colors are enabled)
status_error
Print an error message (in red if colors are enabled)
status_ok
Print a success status message (in green if colors are enabled)
status_warn
Print a warning message (in yellow if colors are enabled)

Structs§

Shell
Terminal shell we interact with
ShellConfig
Shell configuration options

Enums§

ColorConfig
Color configuration

Functions§

status
Say a status message with the given color

Type Aliases§

Color
Number for a terminal color