MCPcopy
hub / github.com/MiniMax-AI/cli / start

Method start

src/output/progress.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3export interface Spinner {
4 start(): void;
5 update(text: string): void;
6 stop(finalText?: string): void;
7}

Callers 1

pollFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected