tool

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Formats

func Formats() []string

Formats returns a list of the string representation of the supported formats

func NewListCmd

func NewListCmd(out io.Writer, opts *generic.Options) *cobra.Command

Types

type OutputFormat

type OutputFormat string

OutputFormat is a type for capturing supported output formats

const (
	Table     OutputFormat = "table"
	TableWIDE OutputFormat = "wide"
	JSON      OutputFormat = "json"
	YAML      OutputFormat = "yaml"
)

func (OutputFormat) String

func (o OutputFormat) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL