── IO access ── IO returns the IOStreams from the Factory.
()
| 531 | |
| 532 | // IO returns the IOStreams from the Factory. |
| 533 | func (ctx *RuntimeContext) IO() *cmdutil.IOStreams { |
| 534 | return ctx.Factory.IOStreams |
| 535 | } |
| 536 | |
| 537 | // StartSpinner shows a braille spinner with elapsed time on stderr for a slow |
| 538 | // operation, until the returned stop() runs. It is a no-op unless stderr is an |
no outgoing calls