Documentation
¶
Overview ¶
Package fmt defines output format identifiers for CLI commands.
Index ¶
Constants ¶
View Source
const ( // FormatJSON selects JSON output. FormatJSON = "json" // FormatMarkdown selects Markdown output. FormatMarkdown = "md" // FormatMermaid selects Mermaid diagram output. FormatMermaid = "mermaid" // FormatTable selects plain text table output. FormatTable = "table" )
Output format constants for CLI commands.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.