Documentation
¶
Index ¶
Constants ¶
View Source
const ( OutputModePretty = "pretty" OutputModeJSON = "json" OutputModeWide = "wide" )
Variables ¶
This section is empty.
Functions ¶
func MustSingleImageArgs ¶
Types ¶
type Output ¶
type Output struct {
// Mode is the output format of the command. Defaults to "pretty".
Mode string `json:"format"`
}
Output are options for configuring command outputs.
func RegisterOutputs ¶
Click to show internal directories.
Click to hide internal directories.