Expand description
Module containing terminal utilities
Statics§
- CHECKMARK
- The checkmark for CLI visualizations
- ERROR_
MARK - The error mark for CLI visualizations
- ERROR_
TICK_ STRINGS - The error tick strings for CLI visualizations
- MULTI_
PROGRESS - The multi-progress bar for CLI visualizations
- TICK_
STRINGS - The tick strings for CLI visualizations
Functions§
- create_
spinner - Creates a spinner progress bar with a message for visualizing operations like fetching.
- finish_
with_ error - Finishes a spinner with an error mark (✗) instead of a checkmark. Used for error paths to visually indicate failure.
- is_
ansi_ interactive_ terminal - Determines if the process is running in an ANSI terminal environment
- is_
interactive_ terminal - Determines if the process is running in an interactive terminal environment