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{})
| 218 | // It formats the text as fmt.Print would and adds a final \n if not already present. |
| 219 | // For line-based UI, PrintErr writes to standard error. |
| 220 | PrintErr(...interface{}) |
| 221 | |
| 222 | // IsTerminal returns whether the UI is known to be tied to an |
| 223 | // interactive terminal (as opposed to being redirected to a file). |
no outgoing calls
no test coverage detected