WriteTable will write tabular output into the given io.Writer, returning an error if any occur
(out io.Writer)
| 93 | // WriteTable will write tabular output into the given io.Writer, returning |
| 94 | // an error if any occur |
| 95 | WriteTable(out io.Writer) error |
| 96 | // WriteJSON will write JSON formatted output into the given io.Writer, |
| 97 | // returning an error if any occur |
| 98 | WriteJSON(out io.Writer) error |
no outgoing calls