Skip to main content

Module output

Module output 

Source
Expand description

Terminal output helpers, spinners, and emoji formatting.

Enums§

AppEmoji
Named emoji variants used in CLI output.

Functions§

finish_spinner_error
Stops the spinner and displays a red cross with an error message.
finish_spinner_success
Stops the spinner and displays a green checkmark with a success message.
print_header
Prints a bold green section header prefixed with a sparkle emoji.
print_step
Prints a bold step message prefixed with the given emoji.
print_success
Prints a bold green success message prefixed with a clipboard emoji.
print_warning
Prints a yellow warning message prefixed with Warning:.
start_spinner
Creates and starts an animated spinner with the given message.

Type Aliases§

TermEmoji
A type alias for emojis with static lifetimes, used throughout the CLI output.