Expand description
Output helpers for CLI subcommands: aligned tables and JSON.
Functionsยง
- print_
json - Print a serializable value as pretty JSON, followed by a newline.
- print_
table - Print rows as a simple aligned table.
- terminal_
width - Best-effort terminal width for human table formatting.