Structs§
- Table
Style - 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