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

Method update

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

Source from the content-addressed store, hash-verified

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

Callers 4

downloadFileFunction · 0.65
deviceCodeLoginFunction · 0.65
verifySha256Function · 0.65
pollFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected