Module output

Module output 

Source
Expand description

Colored terminal output utilities

Provides consistent, colored output helpers for success, error, info, and warning messages across all Oxur CLI tools.

Functions§

error
Print an error message with a red “Error:” prefix
error_with_context
Print an error message with context
info
Print an info message with a cyan arrow
step
Print a numbered step in a process
step_done
Print a step completion marker
success
Print a success message with a green checkmark
warning
Print a warning message with a yellow prefix