| 1 | // Package ui will provide hooks into STDOUT, STDERR and STDIN. It will also |
| 2 | // handle translation as necessary. |
| 3 | // |
| 4 | // This package is explicitly designed for the CF CLI and is *not* to be used |
nothing calls this directly
no test coverage detected