package
Version:
v0.0.11
Opens a new window with list of versions in this module.
Published: Apr 1, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package output provides utilities for formatting CLI output.
WriteJSON writes indented JSON to w.
type Table struct {
Rows [][]string
}
Table renders a padded-column table to an io.Writer.
Render writes the table to w with padded columns.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.