package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Apr 7, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Error prints an error message to stderr
Info prints an info message to stderr
func JSON(v interface{}) error
JSON writes a value as indented JSON to stdout
Plain writes tab-separated values to stdout
Success prints a success message to stderr (so stdout stays clean for --json)
Table writes a formatted table to stdout
Format represents the output format
const (
FormatHuman Format = iota
FormatJSON
FormatPlain
)
Resolve determines the output format from flags
Source Files
¶
Click to show internal directories.
Click to hide internal directories.