MCPcopy
hub / github.com/larksuite/cli / IO

Method IO

shortcuts/common/runner.go:533–535  ·  view source on GitHub ↗

── IO access ── IO returns the IOStreams from the Factory.

()

Source from the content-addressed store, hash-verified

531
532// IO returns the IOStreams from the Factory.
533func (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

Callers 15

StartSpinnerMethod · 0.95
emitMethod · 0.95
outFormatMethod · 0.95
markdown_create.goFile · 0.80
vc_search.goFile · 0.80
vc_recording.goFile · 0.80
vc_detail.goFile · 0.80

Calls

no outgoing calls