Structs§
- Shell
- An abstraction around console output that remembers preferences for output verbosity and color.
Enums§
- Color
Choice - Whether messages should use color output.
- Output
Format - The requested output format.
- Output
Mode - The requested output mode.
- Shell
Out 🔒 - A
Write
able object, either with or without color support. - TtyWidth
- Terminal width.
Statics§
- GLOBAL_
SHELL 🔒 - The global shell instance.
Functions§
- color_
choice - Returns the current color choice.
- is_json
- Returns whether the output format is
OutputFormat::Json
. - is_
quiet - Returns whether the output mode is
OutputMode::Quiet
. - set_
verbosity - Set the verbosity level.
- supports_
color 🔒 - verbosity
- Returns the currently set verbosity level.
Type Aliases§
- Verbosity
- The verbosity level.