Expand description
Utility functions for writing to stdout and stderr.
Simplified adaptation from https://github.com/foundry-rs/foundry/blob/master/crates/common/src/io/macros.rs.
Structs§
- Shell
- A shell abstraction that tracks verbosity level, an output mode, and a color choice. It uses anstream’s AutoStream for stdout and stderr.
Enums§
- Color
Choice - Choices for whether to use colored output.
- Output
Mode - The output mode: either normal output or completely quiet.