Module display

Module display 

Source

Structs§

TableStyle
Configuration for table appearance

Functions§

debug_print
Print debug message if debug is enabled
debug_struct
Print debug with structured data
disable_debug
Disable debug output globally
enable_debug
Enable debug output globally
is_debug_enabled
Check if debug output is enabled
print_app_header
Print app info header
print_box
Print text in a box
print_did_you_mean
Print “did you mean” suggestions for unknown commands
print_divider
Print a horizontal divider
print_error
Print an error message with formatting
print_error_detailed
Print error with detailed context
print_info
Print info message
print_item_list
Print a list of items with descriptions
print_key_value
Print key-value pairs
print_progress
Print a progress indicator
print_section
Print a section header
print_success
Print success message
print_suggestions
Print similar command suggestions
print_table
Print a formatted table to stdout
print_usage
Print usage line
print_warning
Print warning message