Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
export
interface
Spinner {
4
start(): void;
5
update(text: string): void;
6
stop(finalText?: string): void;
7
}
Callers
1
poll
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected