Documentation
¶
Index ¶
- type Table
- type Writer
- func (w *Writer) Error(format string, args ...interface{})
- func (w *Writer) Info(format string, args ...interface{})
- func (w *Writer) List(items []string)
- func (w *Writer) ListWithMarker(items []string, markerIndex int, marker string)
- func (w *Writer) Print(format string, args ...interface{})
- func (w *Writer) Println(format string, args ...interface{})
- func (w *Writer) Success(format string, args ...interface{})
- func (w *Writer) Warning(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
Writer handles formatted output (inspired by gh CLI's iostreams)
func (*Writer) ListWithMarker ¶
ListWithMarker prints a list with a custom marker for one item
Click to show internal directories.
Click to hide internal directories.