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§
- Term
Emoji - A type alias for emojis with static lifetimes, used throughout the CLI output.