Expand description
Output formatters for CLI commands.
Provides consistent formatting across all CLI commands for JSON, text, and pretty output modes.
Modules§
- json
- JSON output formatting.
- pretty
- Pretty (human-readable) output formatting.
- text
- Plain text output formatting.
Functions§
- format_
output - Format data according to the specified output format.