IsTerminal returns whether the UI is known to be tied to an interactive terminal (as opposed to being redirected to a file).
()
| 222 | // IsTerminal returns whether the UI is known to be tied to an |
| 223 | // interactive terminal (as opposed to being redirected to a file). |
| 224 | IsTerminal() bool |
| 225 | |
| 226 | // WantBrowser indicates whether browser should be opened with the -http option. |
| 227 | WantBrowser() bool |
no outgoing calls
no test coverage detected