Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NonUsageError ¶
NonUsageError returns an error caused by a command that was not due to a usage error. In this case, we don't want the CLI to emit the usage help text since they presumably called the command correctly. Something else then failed with the execution of the command.
Types ¶
type TableOutputWriter ¶
type TableOutputWriter interface {
SetHeaders(headers ...string)
AddRow(items ...interface{})
Render()
}
func NewTableWriter ¶
func NewTableWriter(output io.Writer, headers ...string) TableOutputWriter
NewTableWriter gets a new instance of our table output writer.
Click to show internal directories.
Click to hide internal directories.