PrintErr shows an error message to the user. It formats the text as fmt.Print would and adds a final \n if not already present. For line-based UI, PrintErr writes to standard error.
(...interface{})
| 190 | // It formats the text as fmt.Print would and adds a final \n if not already present. |
| 191 | // For line-based UI, PrintErr writes to standard error. |
| 192 | PrintErr(...interface{}) |
| 193 | |
| 194 | // IsTerminal returns whether the UI is known to be tied to an |
| 195 | // interactive terminal (as opposed to being redirected to a file). |
nothing calls this directly
no outgoing calls
no test coverage detected