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
- Shell
Config - Shell configuration options
Enums§
- Color
Config - Color configuration
Functions§
- status
- Say a status message with the given color
Type Aliases§
- Color
- Number for a terminal color