package
Version:
v0.84.0
Opens a new window with list of versions in this module.
Published: Apr 9, 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
¶
AddFormatFlag registers --format / -f for render format (table, json, yaml, names).
const (
FormatTable Format = "table"
FormatJson Format = "json"
FormatYaml Format = "yaml"
FormatNames Format = "names"
)
type Named interface {
GetName() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.